Class 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 Detail

      • IndexesInformation

        public IndexesInformation()
    • 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