class RemoveOptions (View source)

Methods

timeout(int $arg)

Sets the operation timeout in milliseconds.

durabilityLevel(int $arg)

Sets the durability level to enforce when writing the document.

cas(string $arg)

Sets the cas value to use when performing this operation.

Details

RemoveOptions timeout(int $arg)

Sets the operation timeout in milliseconds.

Parameters

int $arg

the operation timeout to apply

Return Value

RemoveOptions

RemoveOptions durabilityLevel(int $arg)

Sets the durability level to enforce when writing the document.

Parameters

int $arg

the durability level to enforce

Return Value

RemoveOptions

RemoveOptions cas(string $arg)

Sets the cas value to use when performing this operation.

Parameters

string $arg

the cas value to use

Return Value

RemoveOptions