DropAnalyticsDataverseOptions
in package
Table of Contents
- $ignoreIfDoesNotExist : bool|null
- $parentSpan : RequestSpan|null
- $timeoutMilliseconds : int|null
- build() : DropAnalyticsDataverseOptions
- Static helper to keep code more readable
- ignoreIfDoesNotExist() : DropAnalyticsDataverseOptions
- parentSpan() : DropAnalyticsDataverseOptions
- Sets the parent span.
- timeout() : DropAnalyticsDataverseOptions
- Sets the operation timeout in milliseconds.
Properties
$ignoreIfDoesNotExist
private
bool|null
$ignoreIfDoesNotExist
= null
$parentSpan
private
RequestSpan|null
$parentSpan
= 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 —parentSpan()
Sets the parent span.
public
parentSpan(RequestSpan $parentSpan) : DropAnalyticsDataverseOptions
Parameters
- $parentSpan : RequestSpan
-
the parent span
Tags
Return values
DropAnalyticsDataverseOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : DropAnalyticsDataverseOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply