Uses of Class
com.azure.storage.blob.batch.BlobBatch
-
Packages that use BlobBatch Package Description com.azure.storage.blob.batch 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 BlobBatch Modifier and Type Method Description BlobBatchBlobBatchAsyncClient. getBlobBatch()Gets aBlobBatchused to configure a batching operation to send to Azure Storage blobs.BlobBatchBlobBatchClient. 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 BlobBatch Modifier and Type Method Description Mono<Void>BlobBatchAsyncClient. submitBatch(BlobBatch batch)Submits a batch operation.voidBlobBatchClient. submitBatch(BlobBatch batch)Submits a batch operation.Mono<com.azure.core.http.rest.Response<Void>>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.
-