Destination Class

Capture storage details for capture description.

Inheritance
Destination

Constructor

Destination(*, name: Optional[str] = None, storage_account_resource_id: Optional[str] = None, blob_container: Optional[str] = None, archive_name_format: Optional[str] = None, **kwargs)

Variables

name
str

Name for capture destination.

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.