CloudQueueMessage Members
Represents a message in a queue.
The following tables list the members exposed by the CloudQueueMessage type.
| Name | Description | |
|---|---|---|
| CloudQueueMessage | Overloaded. |
| 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. |
| 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. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | SetMessageContent | Overloaded. |
![]() | ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |