Optional
keepIf set to false
, properties with a value of null
will be removed from
the new document.
Default: true
Optional
returnIf set to true
, the complete new document will be returned as the new
property on the result object.
Default: false
Optional
returnIf set to true
, the complete old document will be returned as the old
property on the result object.
Default: false
Optional
rev?: stringIf set to a document revision, the document will only be modified if its
_rev
property matches this value.
See also DocumentMetadata.
Optional
waitIf set to true
, data will be synchronized to disk before returning.
Default: false
Generated using TypeDoc
Options for replacing a document in a graph collection.