EventHubCaptureDescriptionDestination

data class EventHubCaptureDescriptionDestination(val archiveNameFormat: String, val blobContainerName: String, val name: String, val storageAccountId: String)

Constructors

Link copied to clipboard
constructor(archiveNameFormat: String, blobContainerName: String, name: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

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 Name of the Destination where the capture should take place. At this time the only supported value is EventHubArchive.AzureBlockBlob.

Link copied to clipboard

The ID of the Blob Storage Account where messages should be archived.