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)
Parameters
- storage_account_resource_id
- str
Required
Resource id of the storage account to be used to create the blobs.
- archive_name_format
- str
Required
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.
Feedback
Submit and view feedback for