systemPropertyColumns

@JvmName(name = "hkahduhchfcdswnh")
suspend fun systemPropertyColumns(value: Output<Map<String, String>>)
@JvmName(name = "mbtctklowukurieq")
suspend fun systemPropertyColumns(value: Map<String, String>?)

Parameters

value

A key-value pair of system property columns that will be attached to the outgoing messages for the Service Bus Queue Output.

Note: The acceptable keys are ContentType, CorrelationId, Label, MessageId, PartitionKey, ReplyTo, ReplyToSessionId, ScheduledEnqueueTimeUtc, SessionId, TimeToLive and To.


@JvmName(name = "hbtjmjnwqwolfjxh")
fun systemPropertyColumns(vararg values: Pair<String, String>)

Parameters

values

A key-value pair of system property columns that will be attached to the outgoing messages for the Service Bus Queue Output.

Note: The acceptable keys are ContentType, CorrelationId, Label, MessageId, PartitionKey, ReplyTo, ReplyToSessionId, ScheduledEnqueueTimeUtc, SessionId, TimeToLive and To.