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 |
data |
The Azure Data Lake Store name for the captured events |
data |
The destination folder path for the captured events |
data |
Subscription Id of Azure Data Lake Store |
identity | A value that indicates whether capture description is enabled. |
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
dataLakeAccountName
The Azure Data Lake Store name for the captured events
dataLakeAccountName?: string
Property Value
string
dataLakeFolderPath
The destination folder path for the captured events
dataLakeFolderPath?: string
Property Value
string
dataLakeSubscriptionId
Subscription Id of Azure Data Lake Store
dataLakeSubscriptionId?: string
Property Value
string
identity
A value that indicates whether capture description is enabled.
identity?: CaptureIdentity
Property Value
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