[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
Top
Top
Represents a message in a queue.
The following tables list the members exposed by the CloudQueueMessage type.
Public Constructors
Name | Description | |
---|---|---|
CloudQueueMessage | Overloaded. |
Public Fields
Name | Description | |
---|---|---|
MaxMessageSize | The maximum message size in bytes. | |
MaxNumberOfMessagesToPeek | The maximum number of messages that can be peeked at a time. | |
MaxTimeToLive | The maximum amount of time a message is kept in the queue. |
Public Properties
Name | Description | |
---|---|---|
AsBytes | Gets the content of the message as a byte array. | |
AsString | Gets the content of the message, as a string. | |
DequeueCount | Gets the number of times this message has been dequeued. | |
ExpirationTime | Gets the time that the message expires. | |
Id | Gets the message ID. | |
InsertionTime | Gets the time that the message was added to the queue. | |
NextVisibleTime | Gets the time that the message will next be visible. | |
PopReceipt | Gets the message's pop receipt. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
SetMessageContent | Overloaded. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |