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
Constructors
Link copied to clipboard
fun CaptureDescriptionResponse(destination: DestinationResponse? = null, enabled: Boolean? = null, encoding: String? = null, intervalInSeconds: Int? = null, sizeLimitInBytes: Int? = null, skipEmptyArchives: Boolean? = null)