CloudQueueMessage Members

Windows Runtime Azure Storage Client Library

Represents a message in the Windows Azure Queue service.

The following tables list the members exposed by the CloudQueueMessage type.

Public Constructors

  Name Description
CloudQueueMessage Overloaded.  
Top

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.
Top

Public Methods (see also Protected Methods)

  Name Description
public method static CreateCloudQueueMessageFromByteArray  
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method SetMessageContent Overloaded.  
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also