Package com.ibm.cloud.cloudant.v1.model
Class IndexesInformation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.IndexesInformation
- All Implemented Interfaces:
 ObjectModel
Schema for information about the indexes in a database.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the indexes.Gets the totalRows.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getTotalRows
Gets the totalRows. Total number of query indexes in the database.- Returns:
 - the totalRows
 
 - 
getIndexes
Gets the indexes. Indexes.- Returns:
 - the indexes
 
 
 -