Package com.ibm.cloud.cloudant.v1.model
Class ViewResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ViewResult
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ViewResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for the result of a query view 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
-
getUpdateSeq
Gets the updateSeq. Current update sequence for the database.- Returns:
- the updateSeq
-
getRows
Gets the rows. rows.- Returns:
- the rows
-