Event Hub Capture Description Destination Args
data class EventHubCaptureDescriptionDestinationArgs(val archiveNameFormat: Output<String>, val blobContainerName: Output<String>, val name: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<EventHubCaptureDescriptionDestinationArgs>
Properties
Link copied to clipboard
The Blob naming convention for archiving. e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}
. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order
Link copied to clipboard
The name of the Container within the Blob Storage Account where messages should be archived.
Link copied to clipboard
The ID of the Blob Storage Account where messages should be archived.