DisconnectAnalyticsLinkOptions
in package
Table of Contents
- $dataverseName : string|null
- $linkName : string|null
- $timeoutMilliseconds : int|null
- build() : DisconnectAnalyticsLinkOptions
- Static helper to keep code more readable
- dataverseName() : DisconnectAnalyticsLinkOptions
- Customizes the dataverse to disconnect from
- linkName() : DisconnectAnalyticsLinkOptions
- Sets the name of the link
- timeout() : DisconnectAnalyticsLinkOptions
- Sets the operation timeout in milliseconds.
Properties
$dataverseName
private
string|null
$dataverseName
= null
$linkName
private
string|null
$linkName
= null
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
= null
Methods
build()
Static helper to keep code more readable
public
static build() : DisconnectAnalyticsLinkOptions
Tags
Return values
DisconnectAnalyticsLinkOptions —dataverseName()
Customizes the dataverse to disconnect from
public
dataverseName(string $dataverseName) : DisconnectAnalyticsLinkOptions
Parameters
- $dataverseName : string
-
The name of the dataverse
Tags
Return values
DisconnectAnalyticsLinkOptions —linkName()
Sets the name of the link
public
linkName(string $linkName) : DisconnectAnalyticsLinkOptions
Parameters
- $linkName : string
-
the link name
Tags
Return values
DisconnectAnalyticsLinkOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : DisconnectAnalyticsLinkOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply