[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Represents a message retrieved from a queue.
The following tables list the members exposed by the QueueMessage type.
Public Properties
Name | Description | |
---|---|---|
DequeueCount | Gets the number of times this message has been dequeued. | |
ExpirationTime | Gets the message expiration time. | |
Id | Gets the message ID. | |
InsertionTime | Gets the time the message was added to the queue. | |
PopReceipt | Gets the pop receipt for the message. | |
Text | Gets the text of the message. | |
TimeNextVisible | Gets the time the message is next visible. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |