Class PartitionInformation

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

public class PartitionInformation extends GenericModel
Schema for information about a database partition.
  • Method Details

    • getDbName

      public String getDbName()
      Gets the dbName. Schema for a database name.
      Returns:
      the dbName
    • getDocCount

      public Long getDocCount()
      Gets the docCount. A count of the documents in the specified database partition.
      Returns:
      the docCount
    • getDocDelCount

      public Long getDocDelCount()
      Gets the docDelCount. Number of deleted documents.
      Returns:
      the docDelCount
    • getPartition

      public String getPartition()
      Gets the partition. Schema for a partition key.
      Returns:
      the partition
    • getPartitionedIndexes

      public PartitionInformationIndexes getPartitionedIndexes()
      Gets the partitionedIndexes. Schema for information about the partition index count and limit in a database.
      Returns:
      the partitionedIndexes
    • getSizes

      public PartitionInformationSizes getSizes()
      Gets the sizes. The size of active and external data, in bytes.
      Returns:
      the sizes