Package com.ibm.cloud.cloudant.v1.model
Class SearchIndexInfo
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.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 Summary
Constructors Constructor Description SearchIndexInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCommittedSeq()
Gets the committedSeq.Long
getDiskSize()
Gets the diskSize.Long
getDocCount()
Gets the docCount.Long
getDocDelCount()
Gets the docDelCount.Long
getPendingSeq()
Gets the pendingSeq.
-
-
-
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
-
-