class PrependOptions (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

PrependOptions timeout(int $arg)

Sets the operation timeout in milliseconds.

Parameters

int $arg

the operation timeout to apply

Return Value

PrependOptions

PrependOptions durabilityLevel(int $arg)

Sets the durability level to enforce when writing the document.

Parameters

int $arg

the durability level to enforce

Return Value

PrependOptions