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 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 documents by example.
Deprecated
Simple Queries have been deprecated in ArangoDB 3.4 and can be replaced with AQL queries.