DataLakeConnectorMapArgs

data class DataLakeConnectorMapArgs(val allowedLatencySecs: Output<Int>, val clientId: Output<String>, val maxMessagesPerBatch: Output<Double>, val messagePayloadType: Output<String>, val mqttSourceTopic: Output<String>, val qos: Output<Int>? = null, val table: Output<DeltaTableArgs>) : ConvertibleToJava<DataLakeConnectorMapArgs>

DataLake connector map route properties

Constructors

Link copied to clipboard
constructor(allowedLatencySecs: Output<Int>, clientId: Output<String>, maxMessagesPerBatch: Output<Double>, messagePayloadType: Output<String>, mqttSourceTopic: Output<String>, qos: Output<Int>? = null, table: Output<DeltaTableArgs>)

Properties

Link copied to clipboard
val allowedLatencySecs: Output<Int>

Allowed latency for transferring data.

Link copied to clipboard
val clientId: Output<String>

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
val mqttSourceTopic: Output<String>

Mqtt source topic.

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

Quality of Service.

Link copied to clipboard
val table: Output<DeltaTableArgs>

Delta table properties to use.

Functions

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