SapOpenHubSourceArgs

data class SapOpenHubSourceArgs(val additionalColumns: Output<Any>? = null, val baseRequestId: Output<Any>? = null, val customRfcReadTableFunctionModule: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val excludeLastRequest: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sapDataColumnDelimiter: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapOpenHubSourceArgs>

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

Constructors

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

Properties

Link copied to clipboard
val additionalColumns: Output<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: Output<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
val disableMetricsCollection: Output<Any>? = null

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

Link copied to clipboard
val excludeLastRequest: Output<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
val maxConcurrentConnections: Output<Any>? = null

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

Link copied to clipboard
val queryTimeout: Output<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
val sapDataColumnDelimiter: Output<Any>? = null

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: Output<Any>? = null

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

Link copied to clipboard
val sourceRetryWait: Output<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
val type: Output<String>

Copy source type. Expected value is 'SapOpenHubSource'.

Functions

Link copied to clipboard
open override fun toJava(): SapOpenHubSourceArgs