AmazonRdsForOraclePartitionSettingsResponse

data class AmazonRdsForOraclePartitionSettingsResponse(val partitionColumnName: Any? = null, val partitionLowerBound: Any? = null, val partitionNames: List<Any>? = null, val partitionUpperBound: Any? = null)

The settings that will be leveraged for AmazonRdsForOracle source partitioning.

Constructors

constructor(partitionColumnName: Any? = null, partitionLowerBound: Any? = null, partitionNames: List<Any>? = null, partitionUpperBound: Any? = null)

Types

Link copied to clipboard
object Companion

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
val partitionNames: List<Any>? = null

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).