Optional ifIf set to a document revision, the document will only be replaced if its
_rev matches the given revision.
Optional ignoreIf set to false, the existing document will only be modified if its
_rev property matches the same property on the new data.
Default: true
Optional returnIf set to true, the complete new document will be returned as the new
property on the result object. Has no effect if silent is set to true.
Default: false
Optional returnIf set to true, the complete old document will be returned as the old
property on the result object. Has no effect if silent is set to true.
Default: false
Optional silent?: booleanIf set to true, no data will be returned by the server. This option can
be used to reduce network traffic.
Default: false
Optional waitIf set to true, data will be synchronized to disk before returning.
Default: false
Generated using TypeDoc
Options for replacing an existing document in a collection.