QueuedMessage Class |
Namespace: net.openstack.Core.Domain.Queues
The QueuedMessage type exposes the following members.
Name | Description | |
---|---|---|
ParseMessageId |
Parses a URI to extract a MessageId.
|
Name | Description | |
---|---|---|
Age |
Gets the age of the message.
| |
Body |
Gets the JSON body of the message as a dynamic JObject.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Href |
Gets the URI of the message resource.
| |
Id |
Gets the ID of the message.
| |
TimeToLive |
Gets the time-to-live of the message.
|