AmazonRdsForOraclePartitionSettings interface

The settings that will be leveraged for AmazonRdsForOracle source partitioning.

Properties

partitionColumnName

The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

partitionLowerBound

The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).

partitionNames

Names of the physical partitions of AmazonRdsForOracle table.

partitionUpperBound

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