CreateAnalyticsIndexOptions
in package
Table of Contents
- $dataverseName : string|null
- $ignoreIfExists : bool|null
- $timeoutMilliseconds : int|null
- build() : CreateAnalyticsIndexOptions
- Static helper to keep code more readable
- dataverseName() : CreateAnalyticsIndexOptions
- Customizes the dataverse from which this index should be created.
- ignoreIfExists() : CreateAnalyticsIndexOptions
- timeout() : CreateAnalyticsIndexOptions
- Sets the operation timeout in milliseconds.
Properties
$dataverseName
private
string|null
$dataverseName
= null
$ignoreIfExists
private
bool|null
$ignoreIfExists
= null
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
= null
Methods
build()
Static helper to keep code more readable
public
static build() : CreateAnalyticsIndexOptions
Tags
Return values
CreateAnalyticsIndexOptions —dataverseName()
Customizes the dataverse from which this index should be created.
public
dataverseName(string $dataverseName) : CreateAnalyticsIndexOptions
Parameters
- $dataverseName : string
-
The name of the dataverse
Tags
Return values
CreateAnalyticsIndexOptions —ignoreIfExists()
public
ignoreIfExists(bool $shouldIgnore) : CreateAnalyticsIndexOptions
Parameters
- $shouldIgnore : bool
Tags
Return values
CreateAnalyticsIndexOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : CreateAnalyticsIndexOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply