Package com.ibm.cloud.cloudant.v1.model
Class PartitionInformationIndexes
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.PartitionInformationIndexes
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PartitionInformationIndexes extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about the partition index count and limit in a database.
-
-
Constructor Summary
Constructors Constructor Description PartitionInformationIndexes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCount()
Gets the count.PartitionInformationIndexesIndexes
getIndexes()
Gets the indexes.Long
getLimit()
Gets the limit.
-
-
-
Method Detail
-
getCount
public Long getCount()
Gets the count. Total count of the partitioned indexes.- Returns:
- the count
-
getIndexes
public PartitionInformationIndexesIndexes 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
-
-