OraclePartitionSettings Class  
The settings that will be leveraged for Oracle source partitioning.
Constructor
OraclePartitionSettings(*, partition_names: MutableMapping[str, Any] | None = None, partition_column_name: MutableMapping[str, Any] | None = None, partition_upper_bound: MutableMapping[str, Any] | None = None, partition_lower_bound: MutableMapping[str, Any] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| partition_names | 
				<xref:JSON>
		 Names of the physical partitions of Oracle table. Default value: None | 
| partition_column_name | 
				<xref:JSON>
		 The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). Default value: None | 
| partition_upper_bound | 
				<xref:JSON>
		 The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). Default value: None | 
| partition_lower_bound | 
				<xref:JSON>
		 The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). Default value: None | 
Variables
| Name | Description | 
|---|---|
| partition_names | 
				<xref:JSON>
		 Names of the physical partitions of Oracle table. | 
| partition_column_name | 
				<xref:JSON>
		 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 | 
				<xref:JSON>
		 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 | 
				<xref:JSON>
		 The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |