DestinationProperties Class

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

Constructor

DestinationProperties()

Variables

Name Description
storage_account_resource_id
str

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

blob_container
str

Blob container Name.

archive_name_format
str

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.

data_lake_subscription_id
str

Subscription Id of Azure Data Lake Store.

data_lake_account_name
str

The Azure Data Lake Store name for the captured events.

data_lake_folder_path
str

The destination folder path for the captured events.

Attributes

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: str

blobContainer

Blob container Name.

blobContainer: str

dataLakeAccountName

The Azure Data Lake Store name for the captured events.

dataLakeAccountName: str

dataLakeFolderPath

The destination folder path for the captured events.

dataLakeFolderPath: str

dataLakeSubscriptionId

Subscription Id of Azure Data Lake Store.

dataLakeSubscriptionId: str

storageAccountResourceId

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

storageAccountResourceId: str