DecrementOptions
class DecrementOptions (View source)
Methods
timeout(int $arg)
Sets the operation timeout in milliseconds.
expiry(mixed $arg)
Sets the expiry time for the document.
durabilityLevel(int $arg)
Sets the durability level to enforce when writing the document.
delta(int $arg)
Sets the value to decrement the counter by.
initial(int $arg)
Sets the value to initialize the counter to if the document does not exist.
Details
DecrementOptions
timeout(int $arg)
Sets the operation timeout in milliseconds.
DecrementOptions
expiry(mixed $arg)
Sets the expiry time for the document.
DecrementOptions
durabilityLevel(int $arg)
Sets the durability level to enforce when writing the document.
DecrementOptions
delta(int $arg)
Sets the value to decrement the counter by.
DecrementOptions
initial(int $arg)
Sets the value to initialize the counter to if the document does not exist.