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.
-
-
Constructor Summary
Constructors Constructor Description IndexesInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IndexInformation>
getIndexes()
Gets the indexes.Long
getTotalRows()
Gets the totalRows.
-
-
-
Method Detail
-
getTotalRows
public Long getTotalRows()
Gets the totalRows. Number of total rows.- Returns:
- the totalRows
-
getIndexes
public List<IndexInformation> getIndexes()
Gets the indexes. Indexes.- Returns:
- the indexes
-
-