BlobBatchClient.CreateBatch Method

Definition

Creates a new BlobBatch to collect sub-operations that can be submitted together via SubmitBatch(BlobBatch, Boolean, CancellationToken).

public virtual Azure.Storage.Blobs.Specialized.BlobBatch CreateBatch ();
abstract member CreateBatch : unit -> Azure.Storage.Blobs.Specialized.BlobBatch
override this.CreateBatch : unit -> Azure.Storage.Blobs.Specialized.BlobBatch
Public Overridable Function CreateBatch () As BlobBatch

Returns

A new BlobBatch.

Applies to