AmazonRdsForOraclePartitionSettings interface
The settings that will be leveraged for AmazonRdsForOracle source partitioning.
Properties
partition |
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
partition |
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
partition |
Names of the physical partitions of AmazonRdsForOracle table. |
partition |
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). |
Property Details
partitionColumnName
The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionColumnName?: any
Property Value
any
partitionLowerBound
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionLowerBound?: any
Property Value
any
partitionNames
Names of the physical partitions of AmazonRdsForOracle table.
partitionNames?: any
Property Value
any
partitionUpperBound
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
partitionUpperBound?: any
Property Value
any