Package com.ibm.cloud.cloudant.v1.model
Class AllDocsResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.AllDocsResult
- All Implemented Interfaces:
ObjectModel
Schema for the result of an all documents operation.
-
Method Summary
Modifier and TypeMethodDescriptiongetRows()
Gets the rows.Gets the totalRows.Gets the updateSeq.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getTotalRows
Gets the totalRows. Number of total rows.- Returns:
- the totalRows
-
getRows
Gets the rows. List of doc results.- Returns:
- the rows
-
getUpdateSeq
Gets the updateSeq. Current update sequence for the database.- Returns:
- the updateSeq
-