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