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 Details

    • 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