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