DestinationResponse

data class DestinationResponse(val archiveNameFormat: String? = null, val blobContainer: String? = null, val name: String? = null, val storageAccountResourceId: String? = null)

Capture storage details for capture description

Constructors

Link copied to clipboard
constructor(archiveNameFormat: String? = null, blobContainer: String? = null, name: String? = null, storageAccountResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val blobContainer: String? = null

Blob container Name

Link copied to clipboard
val name: String? = null

Name for capture destination

Link copied to clipboard

Resource id of the storage account to be used to create the blobs