GetAllQueryIndexesOptions
in package
Table of Contents
- $collectionName : string|null
- $scopeName : string|null
- $timeoutMilliseconds : int|null
- build() : GetAllQueryIndexesOptions
- Static helper to keep code more readable
- collectionName() : GetAllQueryIndexesOptions
- scopeName() : GetAllQueryIndexesOptions
- timeout() : GetAllQueryIndexesOptions
- 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() : GetAllQueryIndexesOptions
Tags
Return values
GetAllQueryIndexesOptions —collectionName()
public
collectionName(string $collectionName) : GetAllQueryIndexesOptions
Parameters
- $collectionName : string
Tags
Return values
GetAllQueryIndexesOptions —scopeName()
public
scopeName(string $scopeName) : GetAllQueryIndexesOptions
Parameters
- $scopeName : string
Tags
Return values
GetAllQueryIndexesOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : GetAllQueryIndexesOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply