Class SearchIndexInfo

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SearchIndexInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for metadata information about a search index.
    • Constructor Detail

      • SearchIndexInfo

        public SearchIndexInfo()
    • Method Detail

      • getCommittedSeq

        public Long getCommittedSeq()
        Gets the committedSeq. The committed sequence identifier.
        Returns:
        the committedSeq
      • getDiskSize

        public Long getDiskSize()
        Gets the diskSize. The size of the search index on disk.
        Returns:
        the diskSize
      • getDocCount

        public Long getDocCount()
        Gets the docCount. The count of the number of indexed documents.
        Returns:
        the docCount
      • getDocDelCount

        public Long getDocDelCount()
        Gets the docDelCount. The number of deleted documents.
        Returns:
        the docDelCount
      • getPendingSeq

        public Long getPendingSeq()
        Gets the pendingSeq. The pending sequence identifier.
        Returns:
        the pendingSeq