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