AzureBlobExternalAnalyticsLink
class AzureBlobExternalAnalyticsLink implements AnalyticsLink (View source)
Methods
Sets name of the link
Sets dataverse this link belongs to
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.
Sets Azure blob storage account name
Sets Azure blob storage account key
Sets token that can be used for authentication
Sets Azure blob storage endpoint
Sets Azure blob endpoint suffix
Details
AzureBlobExternalAnalyticsLink
name(string $name)
Sets name of the link
AzureBlobExternalAnalyticsLink
dataverse(string $dataverse)
Sets dataverse this link belongs to
AzureBlobExternalAnalyticsLink
connectionString(string $connectionString)
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.
(e.g. "AccountName=myAccountName;AccountKey=myAccountKey").
AzureBlobExternalAnalyticsLink
accountName(string $accountName)
Sets Azure blob storage account name
AzureBlobExternalAnalyticsLink
accountKey(string $accountKey)
Sets Azure blob storage account key
AzureBlobExternalAnalyticsLink
sharedAccessSignature(string $signature)
Sets token that can be used for authentication
AzureBlobExternalAnalyticsLink
blobEndpoint(string $blobEndpoint)
Sets Azure blob storage endpoint
AzureBlobExternalAnalyticsLink
endpointSuffix(string $suffix)
Sets Azure blob endpoint suffix