Class SapTablePartitionSettingsResponse


  • public final class SapTablePartitionSettingsResponse
    extends java.lang.Object
    • Method Detail

      • maxPartitionsNumber

        public java.util.Optional<java.lang.Object> maxPartitionsNumber()
        Returns:
        The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType string).
      • partitionColumnName

        public java.util.Optional<java.lang.Object> partitionColumnName()
        Returns:
        The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      • partitionLowerBound

        public java.util.Optional<java.lang.Object> partitionLowerBound()
        Returns:
        The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).
      • partitionUpperBound

        public java.util.Optional<java.lang.Object> partitionUpperBound()
        Returns:
        The maximum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string).