CloudQueueMessage Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property AsBytes Gets the content of the message as a byte array.
public property AsString Gets the content of the message, as a string.
public property DequeueCount Gets the number of times this message has been dequeued.
public property ExpirationTime Gets the time that the message expires.
public property Id Gets the message ID.
public property InsertionTime Gets the time that the message was added to the queue.
public property static MaxMessageSize Gets the maximum message size in bytes.
public property static MaxNumberOfMessagesToPeek Gets the maximum number of messages that can be peeked at a time.
public property static MaxTimeToLive Gets the maximum amount of time a message is kept in the queue.
public property NextVisibleTime Gets the time that the message will next be visible.
public property PopReceipt Gets the message's pop receipt.

See Also