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.
Constructors
Link copied to clipboard
fun SapTablePartitionSettingsResponse(maxPartitionsNumber: Any? = null, partitionColumnName: Any? = null, partitionLowerBound: Any? = null, partitionUpperBound: Any? = null)