Sap Table Partition Settings Response
data class SapTablePartitionSettingsResponse(val maxPartitionsNumber: Any? = null, val partitionColumnName: Any? = null, val partitionLowerBound: Any? = null, val partitionUpperBound: Any? = null)
The settings that will be leveraged for SAP table source partitioning.
Properties
Link copied to clipboard
The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
Link copied to clipboard
The name of the column 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
The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).