Same as ViewQueryOptions.fullSet, but represented as the raw server-side value instead.
Specifies whether the results should be grouped together.
Specifies the level to which results should be group.
Same as ViewQueryOptions.groupLevel, but represented as the raw server-side value instead.
Specifies a range of ids that should be fetched from the index.
Same as ViewQueryOptions.idRange, but represented as the raw server-side value instead.
Specifies a specific key which should be fetched from the index.
Specifies a list of keys which should be fetched from the index.
Specifies the limit to the number of results that should be returned.
Specifies the error-handling behaviour that should be used when an error occurs.
Same as ViewQueryOptions.onError, but represented as the raw server-side value instead.
Specifies the ordering that should be used when returning results.
Specifies a range of keys that should be fetched from the index.
Specifies whether reduction should be performed as part of the query.
Specifies the consistency requirements when executing the query.
Specifies the number of results to skip from the index before returning results.
Same as ViewQueryOptions.scanConsistency, but represented as the raw server-side value instead.
The timeout for this operation, represented in milliseconds.
Generated using TypeDoc
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).