Documentation

AzureBlobExternalAnalyticsLink extends AnalyticsLink
in package

Table of Contents

$accountKey  : string|null
$accountName  : string|null
$blobEndpoint  : string|null
$connectionString  : string|null
$dataverseName  : string
$endpointSuffix  : string|null
$name  : string
$sharedAccessSignature  : string|null
__construct()  : mixed
build()  : AzureBlobExternalAnalyticsLink
Static helper to keep code more readable
dataverseName()  : string
Gets the name of the dataverse to which this link belongs to.
linkType()  : string
Gets the link type. One of "couchbase", "s3" or "azureblob"
name()  : string
Gets the name of the link
setAccountKey()  : AzureBlobExternalAnalyticsLink
Sets Azure blob storage account key
setAccountName()  : AzureBlobExternalAnalyticsLink
Sets Azure blob storage account name
setBlobEndpoint()  : AzureBlobExternalAnalyticsLink
Sets Azure blob storage endpoint
setConnectionString()  : AzureBlobExternalAnalyticsLink
Sets the connection string can be used as an authentication method, '$connectionString' contains other authentication methods embedded inside the string. Only a single authentication method can be used.
setEndpointSuffix()  : AzureBlobExternalAnalyticsLink
Sets Azure blob endpoint suffix
setSharedAccessSignature()  : AzureBlobExternalAnalyticsLink
Sets token that can be used for authentication

Properties

Methods

__construct()

public __construct(string $name, string $dataverseName) : mixed
Parameters
$name : string
$dataverseName : string
Return values
mixed

dataverseName()

Gets the name of the dataverse to which this link belongs to.

public dataverseName() : string
Tags
inheritdoc
Return values
string

linkType()

Gets the link type. One of "couchbase", "s3" or "azureblob"

public linkType() : string
Tags
inheritdoc
Return values
string

setConnectionString()

Sets the connection string can be used as an authentication method, '$connectionString' contains other authentication methods embedded inside the string. Only a single authentication method can be used.

public setConnectionString(string $connectionString) : AzureBlobExternalAnalyticsLink

(e.g. "AccountName=myAccountName;AccountKey=myAccountKey").

Parameters
$connectionString : string
Return values
AzureBlobExternalAnalyticsLink

        

Search results