Destination interface
Capture storage details for capture description
Properties
archive |
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 |
blob |
Blob container Name |
name | Name for capture destination |
storage |
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
name
Name for capture destination
name?: string
Property Value
string
storageAccountResourceId
Resource id of the storage account to be used to create the blobs
storageAccountResourceId?: string
Property Value
string