Class SapTableSource
java.lang.Object
com.azure.resourcemanager.datafactory.models.CopySource
com.azure.resourcemanager.datafactory.models.TabularSource
com.azure.resourcemanager.datafactory.models.SapTableSource
A copy activity source for SAP Table source.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the batchSize property: Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table.Get the customRfcReadTableFunctionModule property: Specifies the custom RFC function module that will be used to read data from SAP Table.Get the partitionOption property: The partition mechanism that will be used for SAP table read in parallel.Get the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.Get the rfcTableFields property: The fields of the SAP table that will be retrieved.Get the rfcTableOptions property: The options for the filtering of the SAP Table.rowCount()
Get the rowCount property: The number of rows to be retrieved.rowSkips()
Get the rowSkips property: The number of rows that will be skipped.Get the sapDataColumnDelimiter property: The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved.void
validate()
Validates the instance.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.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.withCustomRfcReadTableFunctionModule
(Object customRfcReadTableFunctionModule) Set the customRfcReadTableFunctionModule property: Specifies the custom RFC function module that will be used to read data from SAP Table.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.withPartitionOption
(Object partitionOption) Set the partitionOption property: The partition mechanism that will be used for SAP table read in parallel.withPartitionSettings
(SapTablePartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.withRfcTableFields
(Object rfcTableFields) Set the rfcTableFields property: The fields of the SAP table that will be retrieved.withRfcTableOptions
(Object rfcTableOptions) Set the rfcTableOptions property: The options for the filtering of the SAP Table.withRowCount
(Object rowCount) Set the rowCount property: The number of rows to be retrieved.withRowSkips
(Object rowSkips) Set the rowSkips property: The number of rows that will be skipped.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.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.Methods inherited from class com.azure.resourcemanager.datafactory.models.TabularSource
additionalColumns, queryTimeout
Methods inherited from class com.azure.resourcemanager.datafactory.models.CopySource
additionalProperties, disableMetricsCollection, maxConcurrentConnections, sourceRetryCount, sourceRetryWait, withAdditionalProperties
-
Constructor Details
-
SapTableSource
public SapTableSource()Creates an instance of SapTableSource class.
-
-
Method Details
-
rowCount
Get the rowCount property: The number of rows to be retrieved. Type: integer(or Expression with resultType integer).- Returns:
- the rowCount value.
-
withRowCount
Set the rowCount property: The number of rows to be retrieved. Type: integer(or Expression with resultType integer).- Parameters:
rowCount
- the rowCount value to set.- Returns:
- the SapTableSource object itself.
-
rowSkips
Get the rowSkips property: The number of rows that will be skipped. Type: integer (or Expression with resultType integer).- Returns:
- the rowSkips value.
-
withRowSkips
Set the rowSkips property: The number of rows that will be skipped. Type: integer (or Expression with resultType integer).- Parameters:
rowSkips
- the rowSkips value to set.- Returns:
- the SapTableSource object itself.
-
rfcTableFields
Get the rfcTableFields property: The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).- Returns:
- the rfcTableFields value.
-
withRfcTableFields
Set the rfcTableFields property: The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression with resultType string).- Parameters:
rfcTableFields
- the rfcTableFields value to set.- Returns:
- the SapTableSource object itself.
-
rfcTableOptions
Get the rfcTableOptions property: The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).- Returns:
- the rfcTableOptions value.
-
withRfcTableOptions
Set the rfcTableOptions property: The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression with resultType string).- Parameters:
rfcTableOptions
- the rfcTableOptions value to set.- Returns:
- the SapTableSource object itself.
-
batchSize
Get the batchSize property: 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).- Returns:
- the batchSize value.
-
withBatchSize
Set the batchSize property: 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).- Parameters:
batchSize
- the batchSize value to set.- Returns:
- the SapTableSource object itself.
-
customRfcReadTableFunctionModule
Get the customRfcReadTableFunctionModule property: Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).- Returns:
- the customRfcReadTableFunctionModule value.
-
withCustomRfcReadTableFunctionModule
Set the customRfcReadTableFunctionModule property: Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string).- Parameters:
customRfcReadTableFunctionModule
- the customRfcReadTableFunctionModule value to set.- Returns:
- the SapTableSource object itself.
-
sapDataColumnDelimiter
Get the sapDataColumnDelimiter property: 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).- Returns:
- the sapDataColumnDelimiter value.
-
withSapDataColumnDelimiter
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. Type: string (or Expression with resultType string).- Parameters:
sapDataColumnDelimiter
- the sapDataColumnDelimiter value to set.- Returns:
- the SapTableSource object itself.
-
partitionOption
Get the partitionOption property: The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".- Returns:
- the partitionOption value.
-
withPartitionOption
Set the partitionOption property: The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime".- Parameters:
partitionOption
- the partitionOption value to set.- Returns:
- the SapTableSource object itself.
-
partitionSettings
Get the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.- Returns:
- the partitionSettings value.
-
withPartitionSettings
Set the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.- Parameters:
partitionSettings
- the partitionSettings value to set.- Returns:
- the SapTableSource object itself.
-
withQueryTimeout
Set the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Overrides:
withQueryTimeout
in classTabularSource
- Parameters:
queryTimeout
- the queryTimeout value to set.- Returns:
- the TabularSource object itself.
-
withAdditionalColumns
Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).- Overrides:
withAdditionalColumns
in classTabularSource
- Parameters:
additionalColumns
- the additionalColumns value to set.- Returns:
- the TabularSource object itself.
-
withSourceRetryCount
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).- Overrides:
withSourceRetryCount
in classTabularSource
- Parameters:
sourceRetryCount
- the sourceRetryCount value to set.- Returns:
- the CopySource object itself.
-
withSourceRetryWait
Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Overrides:
withSourceRetryWait
in classTabularSource
- Parameters:
sourceRetryWait
- the sourceRetryWait value to set.- Returns:
- the CopySource object itself.
-
withMaxConcurrentConnections
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Overrides:
withMaxConcurrentConnections
in classTabularSource
- Parameters:
maxConcurrentConnections
- the maxConcurrentConnections value to set.- Returns:
- the CopySource object itself.
-
withDisableMetricsCollection
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Overrides:
withDisableMetricsCollection
in classTabularSource
- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the CopySource object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classTabularSource
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-