CreateAnalyticsDatasetOptions
in package
Table of Contents
- $condition : string|null
- $dataverseName : string|null
- $ignoreIfExists : bool|null
- $timeoutMilliseconds : int|null
- build() : CreateAnalyticsDatasetOptions
- Static helper to keep code more readable
- condition() : CreateAnalyticsDatasetOptions
- Sets the where clause to use for creating the dataset
- dataverseName() : CreateAnalyticsDatasetOptions
- Customizes the dataverse from which this dataset should be created.
- ignoreIfExists() : CreateAnalyticsDatasetOptions
- timeout() : CreateAnalyticsDatasetOptions
- Sets the operation timeout in milliseconds.
Properties
$condition
private
string|null
$condition
= null
$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() : CreateAnalyticsDatasetOptions
Tags
Return values
CreateAnalyticsDatasetOptions —condition()
Sets the where clause to use for creating the dataset
public
condition(string $condition) : CreateAnalyticsDatasetOptions
Parameters
- $condition : string
Tags
Return values
CreateAnalyticsDatasetOptions —dataverseName()
Customizes the dataverse from which this dataset should be created.
public
dataverseName(string $dataverseName) : CreateAnalyticsDatasetOptions
Parameters
- $dataverseName : string
-
The name of the dataverse
Tags
Return values
CreateAnalyticsDatasetOptions —ignoreIfExists()
public
ignoreIfExists(bool $shouldIgnore) : CreateAnalyticsDatasetOptions
Parameters
- $shouldIgnore : bool
Tags
Return values
CreateAnalyticsDatasetOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : CreateAnalyticsDatasetOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply