ServiceBusBrokeredMessagePropertiesResponse

data class ServiceBusBrokeredMessagePropertiesResponse(val contentType: String? = null, val correlationId: String? = null, val forcePersistence: Boolean? = null, val label: String? = null, val messageId: String? = null, val partitionKey: String? = null, val replyTo: String? = null, val replyToSessionId: String? = null, val scheduledEnqueueTimeUtc: String? = null, val sessionId: String? = null, val timeToLive: String? = null, val to: String? = null, val viaPartitionKey: String? = null)

Constructors

constructor(contentType: String? = null, correlationId: String? = null, forcePersistence: Boolean? = null, label: String? = null, messageId: String? = null, partitionKey: String? = null, replyTo: String? = null, replyToSessionId: String? = null, scheduledEnqueueTimeUtc: String? = null, sessionId: String? = null, timeToLive: String? = null, to: String? = null, viaPartitionKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

Gets or sets the content type.

Link copied to clipboard
val correlationId: String? = null

Gets or sets the correlation ID.

Link copied to clipboard

Gets or sets the force persistence.

Link copied to clipboard
val label: String? = null

Gets or sets the label.

Link copied to clipboard
val messageId: String? = null

Gets or sets the message ID.

Link copied to clipboard
val partitionKey: String? = null

Gets or sets the partition key.

Link copied to clipboard
val replyTo: String? = null

Gets or sets the reply to.

Link copied to clipboard

Gets or sets the reply to session ID.

Link copied to clipboard

Gets or sets the scheduled enqueue time UTC.

Link copied to clipboard
val sessionId: String? = null

Gets or sets the session ID.

Link copied to clipboard
val timeToLive: String? = null

Gets or sets the time to live.

Link copied to clipboard
val to: String? = null

Gets or sets the to.

Link copied to clipboard
val viaPartitionKey: String? = null

Gets or sets the via partition key.