CloudQueue Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property ApproximateMessageCount Gets the approximate message count for the queue.
public property EncodeMessage Gets or sets a value indicating whether to apply base64 encoding when adding or retrieving messages.
public property Metadata Gets the queue's metadata.
public property Name Gets the name of the queue.
public property ServiceClient Gets the CloudQueueClient object that represents the Queue service.
public property StorageUri Gets the queue URIs for both the primary and secondary locations.
public property Uri Gets the queue URI for the primary location.

See Also