public class ViewQueryRequest extends AbstractCouchbaseRequest implements ViewRequest
| Constructor and Description |
|---|
ViewQueryRequest(String design,
String view,
boolean development,
boolean spatial,
String query,
String keys,
String bucket,
String password) |
ViewQueryRequest(String design,
String view,
boolean development,
String query,
String keys,
String bucket,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
design() |
boolean |
development() |
String |
keys() |
String |
query() |
boolean |
spatial() |
String |
view() |
bucket, creationTime, incrementRetryCount, observable, password, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbucket, incrementRetryCount, observable, passwordcreationTimepublic ViewQueryRequest(String design, String view, boolean development, String query, String keys, String bucket, String password)
design - the name of the design document.view - the name of the view.development - true if development mode.query - the query parameters, except “keys”.keys - the “keys” parameter as a JSON array, null if not needed.bucket - the bucket name.password - the bucket password.public ViewQueryRequest(String design, String view, boolean development, boolean spatial, String query, String keys, String bucket, String password)
design - the name of the design document.view - the name of the view.development - true if development mode.spatial - true if spatial query.query - the query parameters, except “keys”.keys - the “keys” parameter as a JSON array, null if not needed.bucket - the bucket name.password - the bucket password.Copyright © 2016 Couchbase, Inc.. All rights reserved.