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