AppendOptions
in package
Table of Contents
- durabilityLevel() : AppendOptions
- Sets the durability level to enforce when writing the document.
- timeout() : AppendOptions
- Sets the operation timeout in milliseconds.
Methods
durabilityLevel()
Sets the durability level to enforce when writing the document.
public
durabilityLevel(int $arg) : AppendOptions
Parameters
- $arg : int
-
the durability level to enforce
Return values
AppendOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $arg) : AppendOptions
Parameters
- $arg : int
-
the operation timeout to apply