Documentation

AppendOptions
in package

Table of Contents

$durabilityLevel  : string|null
$timeoutMilliseconds  : int|null
build()  : AppendOptions
Static helper to keep code more readable
durabilityLevel()  : AppendOptions
Sets the durability level to enforce when writing the document.
timeout()  : AppendOptions
Sets the operation timeout in milliseconds.

Properties

$durabilityLevel

private string|null $durabilityLevel = null

$timeoutMilliseconds

private int|null $timeoutMilliseconds = null

Methods

timeout()

Sets the operation timeout in milliseconds.

public timeout(int $milliseconds) : AppendOptions
Parameters
$milliseconds : int

the operation timeout to apply

Tags
since
4.0.0
Return values
AppendOptions

        

Search results