Class PartitionInformationIndexes

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PartitionInformationIndexes
All Implemented Interfaces:
ObjectModel

public class PartitionInformationIndexes extends GenericModel
Schema for information about the partition index count and limit in a database.
  • Method Details

    • getCount

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

      Gets the indexes. The count breakdown of partitioned indexes.
      Returns:
      the indexes
    • getLimit

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