SapTablePartitionSettings Class
The settings that will be leveraged for SAP table source partitioning.
Constructor
SapTablePartitionSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
partition_column_name
|
The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
|
partition_upper_bound
|
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
|
partition_lower_bound
|
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
|
max_partitions_number
|
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string). |
Attributes
max_partitions_number
integer (or Expression with resultType string).
max_partitions_number: Any | None
partition_column_name
string (or Expression with resultType string).
partition_column_name: Any | None
partition_lower_bound
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_lower_bound: Any | None
partition_upper_bound
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partition_upper_bound: Any | None