CloudQueueMessage Members

Storage Client Library NET API

[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.]

Represents a message in a queue.

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

Public Constructors

 NameDescription
CloudQueueMessageOverloaded.  
Top

Public Fields

 NameDescription
public fieldstaticMaxMessageSizeThe maximum message size in bytes.
public fieldstaticMaxNumberOfMessagesToPeekThe maximum number of messages that can be peeked at a time.
public fieldstaticMaxTimeToLiveThe maximum amount of time a message is kept in the queue.
Top

Public Properties

 NameDescription
public propertyAsBytesGets the content of the message as a byte array.
public propertyAsStringGets the content of the message, as a string.
public propertyDequeueCountGets the number of times this message has been dequeued.
public propertyExpirationTimeGets the time that the message expires.
public propertyIdGets the message ID.
public propertyInsertionTimeGets the time that the message was added to the queue.
public propertyNextVisibleTimeGets the time that the message will next be visible.
public propertyPopReceiptGets the message's pop receipt.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodSetMessageContentOverloaded.  
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also