data class OraclePartitionSettingsResponse(val partitionColumnName: Any? = null, val partitionLowerBound: Any? = null, val partitionNames: List<Any>? = null, val partitionUpperBound: Any? = null)
The settings that will be leveraged for Oracle source partitioning.
The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).