| Package | Description |
|---|---|
| com.azure.storage.queue |
This package contains the classes to perform actions on Azure Storage Queue.
|
| Class and 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 the
QueueClients and QueueAsyncClients, 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
queueServiceClients and queueServiceAsyncClients, calling buildClient constructs an instance of QueueServiceClient and calling buildAsyncClient constructs an instance of QueueServiceAsyncClient. |
| QueueServiceVersion
The versions of Azure Storage Queue supported by this client library.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.