Class PartitionInformationIndexes

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PartitionInformationIndexes
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for information about the partition index count and limit in a database.
    • Constructor Detail

      • PartitionInformationIndexes

        public PartitionInformationIndexes()
    • Method Detail

      • getCount

        public Long getCount()
        Gets the count. Total count of the partitioned indexes.
        Returns:
        the count
      • getLimit

        public Long getLimit()
        Gets the limit. The partitioned index limit.
        Returns:
        the limit