CloudQueueMessage Properties

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

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.

See Also