Uses of Class
com.azure.resourcemanager.datafactory.models.SapTableSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SapTableSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSapTableSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.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.withCustomRfcReadTableFunctionModule
(Object customRfcReadTableFunctionModule) Set the customRfcReadTableFunctionModule property: Specifies the custom RFC function module that will be used to read data from SAP Table.SapTableSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.SapTableSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SapTableSource.withPartitionOption
(Object partitionOption) Set the partitionOption property: The partition mechanism that will be used for SAP table read in parallel.SapTableSource.withPartitionSettings
(SapTablePartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.SapTableSource.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.SapTableSource.withRfcTableFields
(Object rfcTableFields) Set the rfcTableFields property: The fields of the SAP table that will be retrieved.SapTableSource.withRfcTableOptions
(Object rfcTableOptions) Set the rfcTableOptions property: The options for the filtering of the SAP Table.SapTableSource.withRowCount
(Object rowCount) Set the rowCount property: The number of rows to be retrieved.SapTableSource.withRowSkips
(Object rowSkips) Set the rowSkips property: The number of rows that will be skipped.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.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.SapTableSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.