Package com.ibm.cloud.cloudant.v1.model
Class PartitionInformation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PartitionInformation
- All Implemented Interfaces:
 ObjectModel
Schema for information about a database partition.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the dbName.Gets the docCount.Gets the docDelCount.Gets the partition.Gets the partitionedIndexes.getSizes()Gets the sizes.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getDbName
Gets the dbName. Schema for a database name.- Returns:
 - the dbName
 
 - 
getDocCount
Gets the docCount. A count of the documents in the specified database partition.- Returns:
 - the docCount
 
 - 
getDocDelCount
Gets the docDelCount. Number of deleted documents.- Returns:
 - the docDelCount
 
 - 
getPartition
Gets the partition. Schema for a partition key.- Returns:
 - the partition
 
 - 
getPartitionedIndexes
Gets the partitionedIndexes. Schema for information about the partition index count and limit in a database.- Returns:
 - the partitionedIndexes
 
 - 
getSizes
Gets the sizes. The size of active and external data, in bytes.- Returns:
 - the sizes
 
 
 -