MutateInOptions
class MutateInOptions (View source)
Methods
Sets the operation timeout in milliseconds.
Sets the cas value to use when performing this operation.
Sets the expiry time for the document.
Sets whether the original expiration should be preserved (by default Replace operation updates expiration).
Sets the durability level to enforce when writing the document.
Sets the document level action to use when performing the operation.
Details
MutateInOptions
timeout(int $arg)
Sets the operation timeout in milliseconds.
MutateInOptions
cas(string $arg)
Sets the cas value to use when performing this operation.
MutateInOptions
expiry(mixed $arg)
Sets the expiry time for the document.
MutateInOptions
preserveExpiry(bool $shouldPreserve)
Sets whether the original expiration should be preserved (by default Replace operation updates expiration).
MutateInOptions
durabilityLevel(int $arg)
Sets the durability level to enforce when writing the document.
MutateInOptions
storeSemantics(int $arg)
Sets the document level action to use when performing the operation.