Azure.Storage.Queues Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
QueueClient |
A QueueClient represents a URI to the Azure Storage Queue service allowing you to manipulate a queue. |
QueueClientOptions |
Provides the client configuration options for connecting to Azure Queue Storage |
QueueMessageDecodingFailedEventArgs |
Contains information about message that could not be decoded. See also MessageDecodingFailed. |
QueueServiceClient |
A QueueServiceClient represents a URL to the Azure Storage Queue service. |
QueueUriBuilder |
The QueueUriBuilder class provides a convenient way to modify the contents of a Uri instance to point to different Azure Storage resources like an account, queue, or message. For more information, see Addressing Queue Service Resources. |
Enums
QueueClientOptions.ServiceVersion |
The versions of Azure Queue Storage supported by this client library. For more information, see Versioning for the Azure Storage services. |
QueueMessageEncoding |
Determines how Body is represented in HTTP requests and responses. |
Azure SDK for .NET