CreateCollectionOptions
in package
Table of Contents
- $timeoutMilliseconds : int|null
- build() : CreateCollectionOptions
- Static helper to keep code more readable
- timeout() : CreateCollectionOptions
- Sets the operation timeout in milliseconds
Properties
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
Methods
build()
Static helper to keep code more readable
public
static build() : CreateCollectionOptions
Tags
Return values
CreateCollectionOptions —timeout()
Sets the operation timeout in milliseconds
public
timeout(int $milliseconds) : CreateCollectionOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply