Uses of Class
com.azure.storage.blob.batch.BlobBatch
Packages that use BlobBatch
Package
Description
Package containing the classes for Azure Storage Blob batching.
-
Uses of BlobBatch in com.azure.storage.blob.batch
Methods in com.azure.storage.blob.batch that return BlobBatchModifier and TypeMethodDescriptionBlobBatchAsyncClient.getBlobBatch()Gets aBlobBatchused to configure a batching operation to send to Azure Storage blobs.BlobBatchClient.getBlobBatch()Gets aBlobBatchused to configure a batching operation to send to Azure Storage blobs.Methods in com.azure.storage.blob.batch with parameters of type BlobBatchModifier and TypeMethodDescriptionBlobBatchAsyncClient.submitBatch(BlobBatch batch) Submits a batch operation.voidBlobBatchClient.submitBatch(BlobBatch batch) Submits a batch operation.BlobBatchAsyncClient.submitBatchWithResponse(BlobBatch batch, boolean throwOnAnyFailure) Submits a batch operation.com.azure.core.http.rest.Response<Void> BlobBatchClient.submitBatchWithResponse(BlobBatch batch, boolean throwOnAnyFailure, Duration timeout, com.azure.core.util.Context context) Submits a batch operation.