class AppendOptions (View source)

Methods

timeout(int $arg)

Sets the operation timeout in milliseconds.

durabilityLevel(int $arg)

Sets the durability level to enforce when writing the document.

Details

AppendOptions timeout(int $arg)

Sets the operation timeout in milliseconds.

Parameters

int $arg

the operation timeout to apply

Return Value

AppendOptions

AppendOptions durabilityLevel(int $arg)

Sets the durability level to enforce when writing the document.

Parameters

int $arg

the durability level to enforce

Return Value

AppendOptions