Package com.couchbase.client.java.view
Class ViewResult
java.lang.Object
com.couchbase.client.java.view.ViewResult
Holds a the result of a View request operation if successful.
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionmetaData()
Returns theViewMetaData
giving access to the additional metadata associated with this view query.rows()
Returns all view rows.toString()
-
Method Details
-
rows
Returns all view rows. -
metaData
Returns theViewMetaData
giving access to the additional metadata associated with this view query. -
toString
-