Optional
batchNumber of result values to be transferred by the server in each network roundtrip (or "batch").
Must be greater than zero.
See also QueryOptions.
Optional
limit?: numberMaximum number of documents to return.
Optional
skip?: numberNumber of documents to skip in the query.
Optional
stream?: booleanIf set to true
, the query will be executed as a streaming query.
See also QueryOptions.
Optional
ttl?: numberTime-to-live for the cursor in seconds. The cursor results may be garbage collected by ArangoDB after this much time has passed.
See also QueryOptions.
Generated using TypeDoc
Options for retrieving all documents in a collection.
Deprecated
Simple Queries have been deprecated in ArangoDB 3.4 and can be replaced with AQL queries.