public class ViewMetaData extends Object
ViewResult
.Modifier and Type | Method and Description |
---|---|
Optional<JsonObject> |
debug()
If present, returns debug information of the view request.
|
String |
toString() |
long |
totalRows()
Returns the total number of rows in the view as presented by the server.
|
public Optional<JsonObject> debug()
This information is only present if the debug flag has been set on the view options in the first place. Note that this is a costly operation and should only be used - as the name suggests - during debugging.
JsonObject
if present.public long totalRows()
Copyright © 2021 Couchbase, Inc.. All rights reserved.