Data Lake Connector Map Response
data class DataLakeConnectorMapResponse(val allowedLatencySecs: Int, val clientId: String, val maxMessagesPerBatch: Double, val messagePayloadType: String, val mqttSourceTopic: String, val qos: Int? = null, val table: DeltaTableResponse)
DataLake connector map route properties
Constructors
Link copied to clipboard
fun DataLakeConnectorMapResponse(allowedLatencySecs: Int, clientId: String, maxMessagesPerBatch: Double, messagePayloadType: String, mqttSourceTopic: String, qos: Int? = null, table: DeltaTableResponse)