Documentation

RemoveOptions

Table of Contents

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

Methods

timeout()

Sets the operation timeout in milliseconds.

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

the operation timeout to apply

Return values
RemoveOptions

durabilityLevel()

Sets the durability level to enforce when writing the document.

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

the durability level to enforce

Return values
RemoveOptions

cas()

Sets the cas value to use when performing this operation.

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

the cas value to use

Return values
RemoveOptions

Search results