Optional
fullOptional
full_Same as ViewQueryOptions.fullSet, but represented as the raw server-side value instead.
Use ViewQueryOptions.fullSet instead.
Optional
groupSpecifies whether the results should be grouped together.
Optional
groupSpecifies the level to which results should be group.
Optional
group_Same as ViewQueryOptions.groupLevel, but represented as the raw server-side value instead.
Use ViewQueryOptions.groupLevel instead.
Optional
idSpecifies a range of ids that should be fetched from the index.
Optional
id_Same as ViewQueryOptions.idRange, but represented as the raw server-side value instead.
Use ViewQueryOptions.idRange instead.
Optional
keySpecifies a specific key which should be fetched from the index.
Optional
keysSpecifies a list of keys which should be fetched from the index.
Optional
limitSpecifies the limit to the number of results that should be returned.
Optional
namespaceSpecifies the design document namespace to use when executing the view query.
Optional
onSpecifies the error-handling behaviour that should be used when an error occurs.
Optional
on_Same as ViewQueryOptions.onError, but represented as the raw server-side value instead.
Use ViewQueryOptions.onError instead.
Optional
orderSpecifies the ordering that should be used when returning results.
Optional
rangeSpecifies a range of keys that should be fetched from the index.
Optional
rawSpecifies any additional parameters which should be passed to the view engine when executing the view query.
Optional
reduceSpecifies whether reduction should be performed as part of the query.
Optional
scanSpecifies the consistency requirements when executing the query.
ViewScanConsistency
Optional
skipSpecifies the number of results to skip from the index before returning results.
Optional
staleSame as ViewQueryOptions.scanConsistency, but represented as the raw server-side value instead.
Use ViewQueryOptions.scanConsistency instead.
Optional
timeoutThe timeout for this operation, represented in milliseconds.
Indicates whether the query should force the entire set of document in the index to be included in the result. This is on by default for production views and off by default for development views (only a subset of results may be returned).