Documentation

PrependOptions
in package

Table of Contents

durabilityLevel()  : PrependOptions
Sets the durability level to enforce when writing the document.
timeout()  : PrependOptions
Sets the operation timeout in milliseconds.

Methods

durabilityLevel()

Sets the durability level to enforce when writing the document.

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

the durability level to enforce

Return values
PrependOptions

timeout()

Sets the operation timeout in milliseconds.

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

the operation timeout to apply

Return values
PrependOptions

Search results