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