Package com.azure.storage.queue
This package contains the classes to perform actions on Azure Storage Queue.
-
Class Summary Class Description 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 theQueueClientsandQueueAsyncClients, callingbuildClientconstructs an instance of QueueClient and callingbuildAsyncClientconstructs 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 thequeueServiceClientsandqueueServiceAsyncClients, callingbuildClientconstructs an instance of QueueServiceClient and callingbuildAsyncClientconstructs an instance of QueueServiceAsyncClient. -
Enum Summary Enum Description 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.