Destination Class

Capture storage details for capture description.

Inheritance
azure.mgmt.eventhub._serialization.Model
Destination

Constructor

Destination(*, name: str | None = None, identity: _models.CaptureIdentity | None = None, storage_account_resource_id: str | None = None, blob_container: str | None = None, archive_name_format: str | None = None, data_lake_subscription_id: str | None = None, data_lake_account_name: str | None = None, data_lake_folder_path: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name for capture destination.

identity

A value that indicates whether capture description is enabled.

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.

Variables

Name Description
name
str

Name for capture destination.

identity

A value that indicates whether capture description is enabled.

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.