Optional keepIf set to false, properties with a value of null will be removed from
the new document.
Default: true
Optional limit?: numberMaximum number of documents to return.
Optional mergeIf set to false, object properties that already exist in the old
document will be overwritten rather than merged. This does not affect
arrays.
Default: true
Optional waitIf set to true, the request will wait until all modifications have been
synchronized to disk before returning successfully.
Default: false
Generated using TypeDoc
Options for updating documents by example.
Deprecated
Simple Queries have been deprecated in ArangoDB 3.4 and can be replaced with AQL queries.