cloud_queue Class
Represents a queue in the Windows Azure Queue service.
class cloud_queue;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the cloud_queue class. |
Public Methods
Name | Description |
---|---|
Overloaded. Adds a message to the queue. |
|
Overloaded. Intitiates an asynchronous operation to add a message to the queue. |
|
Gets the approximate number of messages in the queue or -1 if unknown. |
|
Overloaded. Deletes all the messages in the queue. |
|
Overloaded. Intitiates an asynchronous operation that deletes all the messages in the queue. |
|
Overloaded. Creates the queue. |
|
Overloaded. Intitiates an asynchronous operation to create the queue. |
|
Overloaded. Creates the queue if it does not already exist. |
|
Overloaded. Intitiates an asynchronous operation to create the queue if it does not already exist. |
|
Overloaded. Deletes the given message from the queue. |
|
Overloaded. Intitiates an asynchronous operation that deletes the given message from the queue. |
|
Overloaded. Deletes the queue. |
|
Overloaded. Intitiates an asynchronous operation to delete the queue. |
|
Overloaded. Deletes the queue if it exists. |
|
Overloaded. Intitiates an asynchronous operation to delete the queue if it exists. |
|
Overloaded. Retrieves the user-defined metadata for the queue. |
|
Overloaded. Intitiates an asynchronous operation that retrieves the user-defined metadata for the queue. |
|
Overloaded. Retrieves the shared access policies for the queue. |
|
Overloaded. Intitiates an asynchronous operation that retrieves the shared access policies for the queue. |
|
Overloaded. Checks for the existence of the queue. |
|
Overloaded. Intitiates an asynchronous operation to check for the existence of the queue. |
|
Overloaded. Retrieves a message from the front of the queue |
|
Overloaded. Intitiates an asynchronous operation that retrieves a message from the front of the queue |
|
Overloaded. Retrieves the specified number of messages from the front of the queue. |
|
Overloaded. Intitiates an asynchronous operation that retrieves the specified number of messages from the front of the queue. |
|
Overloaded. Gets a shared access signature for the queue. |
|
Overloaded. Gets an unordered map containing user-defined key/value pairs associated with the queue. |
|
Gets the name of the queue. |
|
Overloaded. Peeks a message from the front of the queue |
|
Overloaded. Intitiates an asynchronous operation that peeks a message from the front of the queue |
|
Overloaded. Retrieves the specified number of messages from the front of the queue, without affecting message visibility. |
|
Overloaded. Intitiates an asynchronous operation that retrieves the specified number of messages from the front of the queue, without affecting message visibility. |
|
Gets the Queue service client that specifies the endpoint for the queue service. |
|
Sets an unordered map containing user-defined key/value pairs associated with the queue. |
|
Overloaded. Updates the visibility timeout and the contents of the specified message in the queue. |
|
Overloaded. Intitiates an asynchronous operation that updates the visibility timeout and the contents of the specified message in the queue. |
|
Overloaded. Sets the user-defined metadata for the queue. |
|
Overloaded. Intitiates an asynchronous operation that sets the user-defined metadata for the queue. |
|
Overloaded. Sets permissions for the queue. |
|
Overloaded. Intitiates an asynchronous operation that sets permissions for the queue. |
|
Gets the queue URI for all locations. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_queue object. |
Inheritance Hierarchy
cloud_queue
Requirements
Header: queue.h
Namespace: azure::storage