com.azure.storage.queue

This package contains the classes to perform actions on Azure Storage Queue.

Classes

QueueAsyncClient

This class provides a client that contains all the operations for interacting with a queue in Azure Storage Queue.

QueueClient

This class provides a client that contains all the operations for interacting with a queue in Azure Storage Queue.

QueueClientBuilder

This class provides a fluent builder API to help aid the configuration and instantiation of the QueueClient and QueueAsyncClient, calling buildClient() constructs an instance of QueueClient and calling buildAsyncClient() constructs an instance of QueueAsyncClient.

QueueServiceAsyncClient

This class provides a client that contains all the operations for interacting with a queue account in Azure Storage.

QueueServiceClient

This class provides a client that contains all the operations for interacting with a queue account in Azure Storage.

QueueServiceClientBuilder

This class provides a fluent builder API to help aid the configuration and instantiation of the QueueServiceClient and QueueServiceAsyncClient, calling buildClient() constructs an instance of QueueServiceClient and calling buildAsyncClient() constructs an instance of QueueServiceAsyncClient.

Enums

QueueMessageEncoding

Determines how queue message body is represented in HTTP requests and responses.

QueueServiceVersion

The versions of Azure Storage Queue supported by this client library.