BrokeredMessage Properties
The BrokeredMessage type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentType | Gets or sets the type of the content. |
|
CorrelationId | Gets or sets the identifier of the correlation. |
|
DeliveryCount | Gets the number of deliveries. |
|
EnqueuedTimeUtc | Gets or sets the date and time of the sent time in UTC. |
|
ExpiresAtUtc | Gets the date and time in UTC at which the message is set to expire. |
|
Label | Gets or sets the application specific label. |
|
LockedUntilUtc | Gets the date and time in UTC until which the message will be locked in the queue/subscription. |
|
LockToken | Gets the lock token assigned by Service Bus to this message. |
|
MessageId | Gets or sets the identifier of the message. |
|
Properties | Gets the application specific message properties. |
|
ReplyTo | Gets or sets the address of the queue to reply to. |
|
ReplyToSessionId | Gets or sets the session identifier to reply to. |
|
ScheduledEnqueueTimeUtc | Gets or sets the date and time in UTC at which the message will be enqueued. This property returns the time in UTC; when setting the property, the supplied DateTime value must also be in UTC. |
|
SequenceNumber | Gets the unique number assigned to a message by the Service Bus. |
|
SessionId | Gets or sets the identifier of the session. |
|
Size | Gets the size of the message in bytes. |
|
TimeToLive | Gets or sets the message’s time to live value. This is the duration after which the message expires, starting from when the message is sent to the Service Bus. Messages older than their TimeToLive value will expire and no longer be retained in the message store. Subscribers will be unable to receive expired messages. |
|
To | Gets or sets the send to address. |