Class ViewResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ViewResult
-
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. Total number of rows in the view index. Note that if the request query narrows the view this is not the number of matching rows. The number of matching rows, up to the specified `limit`, is the size of the `rows` array.- Returns:
- the totalRows
-
getUpdateSeq
Gets the updateSeq. Current update sequence for the database.- Returns:
- the updateSeq
-
getRows
-