Uses of Class
com.azure.resourcemanager.datafactory.models.SapTablePartitionSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SapTablePartitionSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSapTableSource.partitionSettings()
Get the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.SapTablePartitionSettings.withMaxPartitionsNumber
(Object maxPartitionsNumber) Set the maxPartitionsNumber property: The maximum value of partitions the table will be split into.SapTablePartitionSettings.withPartitionColumnName
(Object partitionColumnName) Set the partitionColumnName property: The name of the column that will be used for proceeding range partitioning.SapTablePartitionSettings.withPartitionLowerBound
(Object partitionLowerBound) Set the partitionLowerBound property: The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning.SapTablePartitionSettings.withPartitionUpperBound
(Object partitionUpperBound) Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning.Modifier and TypeMethodDescriptionSapTableSource.withPartitionSettings
(SapTablePartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.