Interface IAzureExternalAnalyticsLink

Provides options for configuring an analytics remote Azure link.

interface IAzureExternalAnalyticsLink {
    accountKey?: string;
    accountName?: string;
    blobEndpoint?: string;
    connectionString?: string;
    dataverse: string;
    endpointSuffix?: string;
    linkType: AzureBlobExternal;
    name: string;
    sharedAccessSignature?: string;
}

Hierarchy (view full)

Implemented by

Properties

accountKey?: string

The Azure blob storage account key.

accountName?: string

The Azure blob storage account name.

blobEndpoint?: string

The Azure blob storage endpoint.

connectionString?: string

The connection string to use to connect to the external Azure store.

dataverse: string

The dataverse that this link belongs to.

endpointSuffix?: string

The Azure blob endpoint suffix.

Specifies what type of analytics link this represents.

name: string

The name of this link.

sharedAccessSignature?: string

The shared access signature to use for authentication.