Uses of Class
com.couchbase.client.java.view.ViewMetaData
| Package | Description |
|---|---|
| com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
-
Uses of ViewMetaData in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return ViewMetaData Modifier and Type Method Description ViewMetaDataViewResult. metaData()Returns theViewMetaDatagiving access to the additional metadata associated with this view query.Methods in com.couchbase.client.java.view that return types with arguments of type ViewMetaData Modifier and Type Method Description Mono<ViewMetaData>ReactiveViewResult. metaData()Returns the metadata associated with thisReactiveViewResult.