SapOpenHubSourceResponse

data class SapOpenHubSourceResponse(val additionalColumns: Any? = null, val baseRequestId: Any? = null, val customRfcReadTableFunctionModule: Any? = null, val disableMetricsCollection: Any? = null, val excludeLastRequest: Any? = null, val maxConcurrentConnections: Any? = null, val queryTimeout: Any? = null, val sapDataColumnDelimiter: Any? = null, val sourceRetryCount: Any? = null, val sourceRetryWait: Any? = null, val type: String)

A copy activity source for SAP Business Warehouse Open Hub Destination source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Any? = null, baseRequestId: Any? = null, customRfcReadTableFunctionModule: Any? = null, disableMetricsCollection: Any? = null, excludeLastRequest: Any? = null, maxConcurrentConnections: Any? = null, queryTimeout: Any? = null, sapDataColumnDelimiter: Any? = null, sourceRetryCount: Any? = null, sourceRetryWait: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val additionalColumns: Any? = null

Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Link copied to clipboard
val baseRequestId: Any? = null

The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).

Link copied to clipboard

Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).

Link copied to clipboard

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val excludeLastRequest: Any? = null

Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val queryTimeout: Any? = null

Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard

The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).

Link copied to clipboard
val sourceRetryCount: Any? = null

Source retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sourceRetryWait: Any? = null

Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard

Copy source type. Expected value is 'SapOpenHubSource'.