SapTablePartitionSettings |
SapTableSource.partitionSettings() |
Get the partitionSettings property: The settings that will be leveraged for SAP table source partitioning.
|
SapTablePartitionSettings |
SapTablePartitionSettings.withMaxPartitionsNumber(Object maxPartitionsNumber) |
Set the maxPartitionsNumber property: The maximum value of partitions the table will be split into.
|
SapTablePartitionSettings |
SapTablePartitionSettings.withPartitionColumnName(Object partitionColumnName) |
Set the partitionColumnName property: The name of the column that will be used for proceeding range partitioning.
|
SapTablePartitionSettings |
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 |
SapTablePartitionSettings.withPartitionUpperBound(Object partitionUpperBound) |
Set the partitionUpperBound property: The maximum value of column specified in partitionColumnName that will be
used for proceeding range partitioning.
|