DataLakeConnectorMapResponse

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
constructor(allowedLatencySecs: Int, clientId: String, maxMessagesPerBatch: Double, messagePayloadType: String, mqttSourceTopic: String, qos: Int? = null, table: DeltaTableResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allowed latency for transferring data.

Link copied to clipboard

Client Id to use.

Link copied to clipboard

Maximum messages to send per Batch.

Link copied to clipboard

Message payload type.

Link copied to clipboard

Mqtt source topic.

Link copied to clipboard
val qos: Int? = null

Quality of Service.

Link copied to clipboard

Delta table properties to use.