ViewOptions |
ViewOptions.debug(boolean debug) |
Enable debugging on view queries.
|
ViewOptions |
ViewOptions.descending(boolean desc) |
Return the documents in descending key order.
|
ViewOptions |
ViewOptions.development(boolean development) |
|
ViewOptions |
ViewOptions.endKey(boolean key) |
|
ViewOptions |
ViewOptions.endKey(double key) |
|
ViewOptions |
ViewOptions.endKey(int key) |
|
ViewOptions |
ViewOptions.endKey(long key) |
|
ViewOptions |
ViewOptions.endKey(JsonArray key) |
|
ViewOptions |
ViewOptions.endKey(JsonObject key) |
|
ViewOptions |
ViewOptions.endKey(String key) |
|
ViewOptions |
ViewOptions.endKeyDocId(String id) |
|
ViewOptions |
ViewOptions.group(boolean group) |
Group the results using the reduce function to a group or single row.
|
ViewOptions |
ViewOptions.groupLevel(int grouplevel) |
Specify the group level to be used.
|
ViewOptions |
ViewOptions.inclusiveEnd(boolean inclusive) |
Specifies whether the specified end key should be included in the result.
|
ViewOptions |
ViewOptions.key(boolean key) |
|
ViewOptions |
ViewOptions.key(double key) |
|
ViewOptions |
ViewOptions.key(int key) |
|
ViewOptions |
ViewOptions.key(long key) |
|
ViewOptions |
ViewOptions.key(JsonArray key) |
|
ViewOptions |
ViewOptions.key(JsonObject key) |
|
ViewOptions |
ViewOptions.key(String key) |
|
ViewOptions |
ViewOptions.keys(JsonArray keys) |
|
ViewOptions |
ViewOptions.limit(int limit) |
Limit the number of the returned documents to the specified number.
|
ViewOptions |
ViewOptions.onError(OnError onError) |
Sets the response in the event of an error.
|
ViewOptions |
ViewOptions.reduce(boolean reduce) |
Explicitly enable/disable the reduce function on the query.
|
ViewOptions |
ViewOptions.skip(int skip) |
Skip this number of records before starting to return the results.
|
ViewOptions |
ViewOptions.stale(Stale stale) |
Allow the results from a stale view to be used.
|
ViewOptions |
ViewOptions.startKey(boolean key) |
|
ViewOptions |
ViewOptions.startKey(double key) |
|
ViewOptions |
ViewOptions.startKey(int key) |
|
ViewOptions |
ViewOptions.startKey(long key) |
|
ViewOptions |
ViewOptions.startKey(JsonArray key) |
|
ViewOptions |
ViewOptions.startKey(JsonObject key) |
|
ViewOptions |
ViewOptions.startKey(String key) |
|
ViewOptions |
ViewOptions.startKeyDocId(String id) |
|
static ViewOptions |
ViewOptions.viewOptions() |
|