Capture Description Response
data class CaptureDescriptionResponse(val destination: DestinationResponse? = null, val enabled: Boolean? = null, val encoding: String? = null, val intervalInSeconds: Int? = null, val sizeLimitInBytes: Int? = null, val skipEmptyArchives: Boolean? = null)
Properties to configure capture description for eventhub
Properties
Link copied to clipboard
Properties of Destination where capture will be stored. (Storage Account, Blob Names)
Link copied to clipboard
The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
Link copied to clipboard
The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
Link copied to clipboard
A value that indicates whether to Skip Empty Archives