CloudQueue Members

Windows Runtime Azure Storage Client Library

This class represents a queue in the Windows Azure Queue service.

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

Public Constructors

  Name Description
CloudQueue Overloaded.  
Top

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

Public Methods (see also Protected Methods)

  Name Description
public method AddMessageAsync Overloaded.  
public method ClearAsync Overloaded.  
public method static Create  
public method CreateAsync Overloaded.  
public method CreateIfNotExistsAsync Overloaded.  
public method DeleteAsync Overloaded.  
public method DeleteIfExistsAsync Overloaded.  
public method DeleteMessageAsync Overloaded.  
public method Equals  (Inherited from Object)
public method ExistsAsync Overloaded.  
public method FetchAttributesAsync Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetMessageAsync Overloaded.  
public method GetMessagesAsync Overloaded.  
public method GetPermissionsAsync Overloaded.  
public method GetSharedAccessSignature Overloaded.  
public method GetType  (Inherited from Object)
public method PeekMessageAsync Overloaded.  
public method PeekMessagesAsync Overloaded.  
public method SetMetadataAsync Overloaded.  
public method SetPermissionsAsync Overloaded.  
public method ToString  (Inherited from Object)
public method UpdateMessageAsync Overloaded.  
Top

Protected Methods

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

See Also