Class PartitionInformation

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

    public class PartitionInformation
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for information about a database partition.
    • Constructor Detail

      • PartitionInformation

        public PartitionInformation()
    • Method Detail

      • getDbName

        public String getDbName()
        Gets the dbName. The name of the database.
        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. The name of the partition in the database.
        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