AmazonRdsForOraclePartitionSettings Class

The settings that will be leveraged for AmazonRdsForOracle source partitioning.

Constructor

AmazonRdsForOraclePartitionSettings(*args: Any, **kwargs: Any)

Variables

Name Description
partition_names
any

Names of the physical partitions of AmazonRdsForOracle table.

partition_column_name
any

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
any

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
any

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 AmazonRdsForOracle 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