Documentation

RemoveOptions
in package

Table of Contents

cas()  : RemoveOptions
Sets the cas value to use when performing this operation.
durabilityLevel()  : RemoveOptions
Sets the durability level to enforce when writing the document.
timeout()  : RemoveOptions
Sets the operation timeout in milliseconds.

Methods

cas()

Sets the cas value to use when performing this operation.

public cas(string $arg) : RemoveOptions
Parameters
$arg : string

the cas value to use

Return values
RemoveOptions

durabilityLevel()

Sets the durability level to enforce when writing the document.

public durabilityLevel(int $arg) : RemoveOptions
Parameters
$arg : int

the durability level to enforce

Return values
RemoveOptions

timeout()

Sets the operation timeout in milliseconds.

public timeout(int $arg) : RemoveOptions
Parameters
$arg : int

the operation timeout to apply

Return values
RemoveOptions

Search results