OraclePartitionSettings Class
The settings that will be leveraged for Oracle source partitioning.
Constructor
OraclePartitionSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
partition_names
|
Names of the physical partitions of Oracle table. |
|
partition_column_name
|
The name of the column in integer type 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). |
Attributes
partition_column_name
The name of the column in integer type that will be used for proceeding range partitioning. Type: 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_names
Names of the physical partitions of Oracle table.
partition_names: 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