Optional
casOptional
durabilitySpecifies the level of synchronous durability for this operation.
Optional
durabilitySpecifies the number of nodes this operation should be persisted to before it is considered successful. Note that this option is mutually exclusive of durabilityLevel.
Optional
durabilitySpecifies the number of nodes this operation should be replicated to before it is considered successful. Note that this option is mutually exclusive of durabilityLevel.
Optional
expirySpecifies the expiry time for this document, specified in seconds.
Optional
preserveSpecifies that any existing expiry on the document should be preserved.
Optional
storeSpecifies the store semantics to use for this operation.
Optional
timeoutThe timeout for this operation, represented in milliseconds.
Optional
upsertSpecifies whether the operation should be performed with upsert semantics, creating the document if it does not already exist.
Use MutateInOptions.storeSemantics instead.
If specified, indicates that operation should be failed if the CAS has changed from this value, indicating that the document has changed.