Specifies the level of synchronous durability for this operation.
Specifies the number of nodes this operation should be persisted to before it is considered successful. Note that this option is mutually exclusive of durabilityLevel.
Specifies the number of nodes this operation should be replicated to before it is considered successful. Note that this option is mutually exclusive of durabilityLevel.
Specifies the expiry time for this document, specified in seconds.
The parent tracing span that this operation will be part of.
Specifies that any existing expiry on the document should be preserved.
Specifies the store semantics to use for this operation.
The timeout for this operation, represented in milliseconds.
Specifies whether the operation should be performed with upsert semantics, creating the document if it does not already exist.
Generated using TypeDoc
If specified, indicates that operation should be failed if the CAS has changed from this value, indicating that the document has changed.