DestinationResponse

data class DestinationResponse(val archiveNameFormat: String? = null, val blobContainer: String? = null, val dataLakeAccountName: String? = null, val dataLakeFolderPath: String? = null, val dataLakeSubscriptionId: String? = null, val identity: CaptureIdentityResponse? = 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, dataLakeAccountName: String? = null, dataLakeFolderPath: String? = null, dataLakeSubscriptionId: String? = null, identity: CaptureIdentityResponse? = 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

The Azure Data Lake Store name for the captured events

Link copied to clipboard

The destination folder path for the captured events

Link copied to clipboard

Subscription Id of Azure Data Lake Store

Link copied to clipboard

A value that indicates whether capture description is enabled.

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