SapTableSource |
SapTableSource.withAdditionalColumns(Object additionalColumns) |
Set the additionalColumns property: Specifies the additional columns to be added to source data.
|
SapTableSource |
SapTableSource.withBatchSize(Object batchSize) |
Set the batchSize property: Specifies the maximum number of rows that will be retrieved at a time when retrieving
data from SAP Table.
|
SapTableSource |
SapTableSource.withCustomRfcReadTableFunctionModule(Object customRfcReadTableFunctionModule) |
Set the customRfcReadTableFunctionModule property: Specifies the custom RFC function module that will be used to
read data from SAP Table.
|
SapTableSource |
SapTableSource.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
SapTableSource |
SapTableSource.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
|
SapTableSource |
SapTableSource.withPartitionOption(Object partitionOption) |
Set the partitionOption property: The partition mechanism that will be used for SAP table read in parallel.
|
SapTableSource |
SapTableSource.withPartitionSettings(SapTablePartitionSettings partitionSettings) |
Set the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.
|
SapTableSource |
SapTableSource.withQueryTimeout(Object queryTimeout) |
Set the queryTimeout property: Query timeout.
|
SapTableSource |
SapTableSource.withRfcTableFields(Object rfcTableFields) |
Set the rfcTableFields property: The fields of the SAP table that will be retrieved.
|
SapTableSource |
SapTableSource.withRfcTableOptions(Object rfcTableOptions) |
Set the rfcTableOptions property: The options for the filtering of the SAP Table.
|
SapTableSource |
SapTableSource.withRowCount(Object rowCount) |
Set the rowCount property: The number of rows to be retrieved.
|
SapTableSource |
SapTableSource.withRowSkips(Object rowSkips) |
Set the rowSkips property: The number of rows that will be skipped.
|
SapTableSource |
SapTableSource.withSapDataColumnDelimiter(Object sapDataColumnDelimiter) |
Set the sapDataColumnDelimiter property: The single character that will be used as delimiter passed to SAP RFC as
well as splitting the output data retrieved.
|
SapTableSource |
SapTableSource.withSourceRetryCount(Object sourceRetryCount) |
Set the sourceRetryCount property: Source retry count.
|
SapTableSource |
SapTableSource.withSourceRetryWait(Object sourceRetryWait) |
Set the sourceRetryWait property: Source retry wait.
|