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:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IndexesInformation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
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. Number of total rows.- Returns:
- the totalRows
-
getIndexes
Gets the indexes. Indexes.- Returns:
- the indexes
-