Azure.Storage.Queues Namespace

Classes

Name Description
AzureStorageQueuesContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

QueueClient

The QueueClient.

QueueClientOptions

Client options for QueueClient.

QueueClientSettings

Represents the settings used to configure a QueueClient that can be loaded from an IConfigurationSection.

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

Name Description
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.