CaptureDescriptionArgs

data class CaptureDescriptionArgs(val destination: Output<DestinationArgs>? = null, val enabled: Output<Boolean>? = null, val encoding: Output<EncodingCaptureDescription>? = null, val intervalInSeconds: Output<Int>? = null, val sizeLimitInBytes: Output<Int>? = null, val skipEmptyArchives: Output<Boolean>? = null) : ConvertibleToJava<CaptureDescriptionArgs>

Properties to configure capture description for eventhub

Constructors

Link copied to clipboard
constructor(destination: Output<DestinationArgs>? = null, enabled: Output<Boolean>? = null, encoding: Output<EncodingCaptureDescription>? = null, intervalInSeconds: Output<Int>? = null, sizeLimitInBytes: Output<Int>? = null, skipEmptyArchives: Output<Boolean>? = null)

Properties

Link copied to clipboard
val destination: Output<DestinationArgs>? = null

Properties of Destination where capture will be stored. (Storage Account, Blob Names)

Link copied to clipboard
val enabled: Output<Boolean>? = null

A value that indicates whether capture description is enabled.

Link copied to clipboard

Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version

Link copied to clipboard
val intervalInSeconds: Output<Int>? = null

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
val sizeLimitInBytes: Output<Int>? = null

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
val skipEmptyArchives: Output<Boolean>? = null

A value that indicates whether to Skip Empty Archives

Functions

Link copied to clipboard
open override fun toJava(): CaptureDescriptionArgs