ConnectAnalyticsLinkOptions
in package
Table of Contents
- $dataverseName : string|null
- $force : bool|null
- $linkName : string|null
- $timeoutMilliseconds : int|null
- build() : ConnectAnalyticsLinkOptions
- Static helper to keep code more readable
- dataverseName() : ConnectAnalyticsLinkOptions
- Customizes the dataverse to connect to
- force() : ConnectAnalyticsLinkOptions
- Sets whether to force link creation even if the bucket UUID changed
- linkName() : ConnectAnalyticsLinkOptions
- Sets the name of the link
- timeout() : ConnectAnalyticsLinkOptions
- Sets the operation timeout in milliseconds.
Properties
$dataverseName
private
string|null
$dataverseName
= null
$force
private
bool|null
$force
= 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() : ConnectAnalyticsLinkOptions
Tags
Return values
ConnectAnalyticsLinkOptions —dataverseName()
Customizes the dataverse to connect to
public
dataverseName(string $dataverseName) : ConnectAnalyticsLinkOptions
Parameters
- $dataverseName : string
-
The name of the dataverse
Tags
Return values
ConnectAnalyticsLinkOptions —force()
Sets whether to force link creation even if the bucket UUID changed
public
force(bool $force) : ConnectAnalyticsLinkOptions
Parameters
- $force : bool
-
whether to force link creation
Tags
Return values
ConnectAnalyticsLinkOptions —linkName()
Sets the name of the link
public
linkName(string $linkName) : ConnectAnalyticsLinkOptions
Parameters
- $linkName : string
-
the link name
Tags
Return values
ConnectAnalyticsLinkOptions —timeout()
Sets the operation timeout in milliseconds.
public
timeout(int $milliseconds) : ConnectAnalyticsLinkOptions
Parameters
- $milliseconds : int
-
the operation timeout to apply