Package version:

Interface AmazonRdsForOraclePartitionSettings

The settings that will be leveraged for AmazonRdsForOracle source partitioning.

Hierarchy

  • AmazonRdsForOraclePartitionSettings

Properties

partitionColumnName?: any

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

partitionLowerBound?: any

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

partitionNames?: any

Names of the physical partitions of AmazonRdsForOracle table.

partitionUpperBound?: any

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

Generated using TypeDoc