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:
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 Summary
Constructors Constructor Description PartitionInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDbName()
Gets the dbName.Long
getDocCount()
Gets the docCount.Long
getDocDelCount()
Gets the docDelCount.String
getPartition()
Gets the partition.PartitionInformationIndexes
getPartitionedIndexes()
Gets the partitionedIndexes.PartitionInformationSizes
getSizes()
Gets the sizes.
-
-
-
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
-
-