DropAnalyticsDatasetOptions
in package
Table of Contents
- $dataverseName : string|null
- $ignoreIfDoesNotExist : bool|null
- $timeoutMilliseconds : int|null
- build() : DropAnalyticsDatasetOptions
- Static helper to keep code more readable
- dataverseName() : DropAnalyticsDatasetOptions
- Customizes the dataverse from which this dataset should be dropped.
- ignoreIfDoesNotExist() : DropAnalyticsDatasetOptions
- timeout() : DropAnalyticsDatasetOptions
- 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() : DropAnalyticsDatasetOptions
Tags
Return values
DropAnalyticsDatasetOptions —dataverseName()
Customizes the dataverse from which this dataset should be dropped.
public
dataverseName(string $dataverseName) : DropAnalyticsDatasetOptions
Parameters
- $dataverseName : string
-
The name of the dataverse
Tags
Return values
DropAnalyticsDatasetOptions —ignoreIfDoesNotExist()
public
ignoreIfDoesNotExist(bool $shouldIgnore) : DropAnalyticsDatasetOptions
Parameters
- $shouldIgnore : bool
Tags
Return values
DropAnalyticsDatasetOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : DropAnalyticsDatasetOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply