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.
-
Method Summary
Modifier and TypeMethodDescriptionGets the committedSeq.Gets the diskSize.Gets the docCount.Gets the docDelCount.Gets the pendingSeq.Gets the signature.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCommittedSeq
Gets the committedSeq. The committed sequence identifier.- Returns:
- the committedSeq
-
getDiskSize
Gets the diskSize. The size of the search index on disk.- Returns:
- the diskSize
-
getDocCount
Gets the docCount. The count of the number of indexed documents.- Returns:
- the docCount
-
getDocDelCount
Gets the docDelCount. The number of deleted documents.- Returns:
- the docDelCount
-
getPendingSeq
Gets the pendingSeq. The pending sequence identifier.- Returns:
- the pendingSeq
-
getSignature
Gets the signature. Unique signature of the search index.- Returns:
- the signature
-