Amazon Rds For Oracle Partition Settings Args
data class AmazonRdsForOraclePartitionSettingsArgs(val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionNames: Output<List<Any>>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<AmazonRdsForOraclePartitionSettingsArgs>
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
Constructors
Properties
Link copied to clipboard
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Link copied to clipboard
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
Link copied to clipboard
Names of the physical partitions of AmazonRdsForOracle table.
Link copied to clipboard
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).