Optional fullOptional full_Optional groupSpecifies whether the results should be grouped together.
Optional groupSpecifies the level to which results should be group.
Optional group_Same as groupLevel, but represented as the raw server-side value instead.
Use groupLevel instead.
Optional idSpecifies a range of ids that should be fetched from the index.
Optional id_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 onSpecifies the error-handling behaviour that should be used when an error occurs.
Optional on_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 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 scanConsistency, but represented as the raw server-side value instead.
Use scanConsistency instead.
Optional timeoutThe 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).