SapTableSourceArgs

data class SapTableSourceArgs(val additionalColumns: Output<Any>? = null, val batchSize: Output<Any>? = null, val customRfcReadTableFunctionModule: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SapTablePartitionSettingsArgs>? = null, val queryTimeout: Output<Any>? = null, val rfcTableFields: Output<Any>? = null, val rfcTableOptions: Output<Any>? = null, val rowCount: Output<Any>? = null, val rowSkips: Output<Any>? = null, val sapDataColumnDelimiter: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapTableSourceArgs>

A copy activity source for SAP Table source.

Constructors

Link copied to clipboard
constructor(additionalColumns: Output<Any>? = null, batchSize: Output<Any>? = null, customRfcReadTableFunctionModule: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, partitionOption: Output<Any>? = null, partitionSettings: Output<SapTablePartitionSettingsArgs>? = null, queryTimeout: Output<Any>? = null, rfcTableFields: Output<Any>? = null, rfcTableOptions: Output<Any>? = null, rowCount: Output<Any>? = null, rowSkips: 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 batchSize: Output<Any>? = null

Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. 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 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 partitionOption: Output<Any>? = null

The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".

Link copied to clipboard

The settings that will be leveraged for SAP table source partitioning.

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

The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).

Link copied to clipboard
val rfcTableOptions: Output<Any>? = null

The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).

Link copied to clipboard
val rowCount: Output<Any>? = null

The number of rows to be retrieved. Type: integer(or Expression with resultType integer).

Link copied to clipboard
val rowSkips: Output<Any>? = null

The number of rows that will be skipped. Type: integer (or Expression with resultType integer).

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 'SapTableSource'.

Functions

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