DestinationProperties interface

Properties describing the storage account, blob container and archive name format for capture destination

Properties

archiveNameFormat

Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order

blobContainer

Blob container Name

dataLakeAccountName

The Azure Data Lake Store name for the captured events

dataLakeFolderPath

The destination folder path for the captured events

dataLakeSubscriptionId

Subscription Id of Azure Data Lake Store

storageAccountResourceId

Resource id of the storage account to be used to create the blobs

Property Details

archiveNameFormat

Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order

archiveNameFormat?: string

Property Value

string

blobContainer

Blob container Name

blobContainer?: string

Property Value

string

dataLakeAccountName

The Azure Data Lake Store name for the captured events

dataLakeAccountName?: string

Property Value

string

dataLakeFolderPath

The destination folder path for the captured events

dataLakeFolderPath?: string

Property Value

string

dataLakeSubscriptionId

Subscription Id of Azure Data Lake Store

dataLakeSubscriptionId?: string

Property Value

string

storageAccountResourceId

Resource id of the storage account to be used to create the blobs

storageAccountResourceId?: string

Property Value

string