<PackageReference Include="Azure.Storage.Blobs" Version="12.25.1" />

AppendBlobAppendBlockOptions

Optional parameters for appending a block with AppendBlockAsync.

Optional AppendBlobRequestConditions to add conditions on the upload of this Append Blob.

public IProgress<long> ProgressHandler { get; set; }

Optional IProgress<T> to provide progress updates about data transfers.

Optional override settings for this client's TransferValidation settings. AppendBlock accepts precalcualted checksums, but the method will calculate one if not provided.