CloudQueue 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 propertyApproximateMessageCountGets the approximate message count for the queue.
public propertyAttributesGets the queue's attributes, including its user-defined metadata.
public propertyEncodeMessageGets or sets a value indicating whether to apply Base64 encoding when adding or retrieving messages.
public propertyMetadataGets the queue's user-defined metadata.
public propertyNameGets the queue name.
public propertyServiceClientGets the CloudQueueClient object that represents the Queue service.
public propertyUriGets the URI that identifies the queue.

See Also