com.azure.storage.blob.batch
Package containing the classes for Azure Storage Blob batching.
Classes
| BlobBatch |
This class allows for batching of multiple Azure Storage operations in a single request via submitBatch(BlobBatch batch) or submitBatch(BlobBatch batch). |
| BlobBatchAsyncClient |
This class provides a client that contains all operations that apply to Azure Storage Blob batching. |
| BlobBatchClient |
This class provides a client that contains all operations that apply to Azure Storage Blob batching. |
| BlobBatchClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of BlobBatchClient and BlobBatchAsyncClient when buildClient() and buildAsyncClient() as called respectively. |
| BlobBatchStorageException |
This exception class is an aggregate for BlobStorageException. |