cloud_queue_client Class
Provides a client-side logical representation of the Windows Azure Queue service. This client is used to configure and execute requests against the Queue service.
class cloud_queue_client;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::cloud_queue_client class. |
Public Methods
Name | Description |
---|---|
Overloaded. Gets the service properties for the Queue service client. |
|
cloud_queue_client::download_service_properties_async Method |
Overloaded. Intitiates an asynchronous operation to get the properties of the service. |
Overloaded. Gets the service stats for the Queue service client. |
|
Overloaded. Intitiates an asynchronous operation to get the stats of the service. |
|
Returns a reference to a queue object with the specified name. |
|
Overloaded. Returns a result segment containing a collection of queues in the storage account. |
|
Overloaded. Intitiates an asynchronous operation to return a result segment containing a collection of queue items. |
|
Overloaded. Sets the service properties for the Queue service client. |
|
Overloaded. Intitiates an asynchronous operation to set the service properties for the Queue service client. |
Protected Methods
Name | Description |
---|---|
Sets the authentication scheme to use to sign HTTP requests. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_queue_client object. |
Remarks
The service client encapsulates the base URI for the Queue service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.
Inheritance Hierarchy
cloud_queue_client
Requirements
Header: queue.h, storage_account.h
Namespace: azure::storage