ServiceBusBrokeredMessageProperties Class

ServiceBusBrokeredMessageProperties.

Inheritance
ServiceBusBrokeredMessageProperties

Constructor

ServiceBusBrokeredMessageProperties(**kwargs)

Parameters

content_type
str
Required

Gets or sets the content type.

correlation_id
str
Required

Gets or sets the correlation ID.

force_persistence
bool
Required

Gets or sets the force persistence.

label
str
Required

Gets or sets the label.

message_id
str
Required

Gets or sets the message ID.

partition_key
str
Required

Gets or sets the partition key.

reply_to
str
Required

Gets or sets the reply to.

reply_to_session_id
str
Required

Gets or sets the reply to session ID.

scheduled_enqueue_time_utc
datetime
Required

Gets or sets the scheduled enqueue time UTC.

session_id
str
Required

Gets or sets the session ID.

time_to_live
<xref:timedelta>
Required

Gets or sets the time to live.

to
str
Required

Gets or sets the to.

via_partition_key
str
Required

Gets or sets the via partition key.