你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppendBlobAppendBlockOptions Class

Definition

Optional parameters for appending a block with AppendBlockAsync(Stream, AppendBlobAppendBlockOptions, CancellationToken).

public class AppendBlobAppendBlockOptions
type AppendBlobAppendBlockOptions = class
Public Class AppendBlobAppendBlockOptions
Inheritance
AppendBlobAppendBlockOptions

Constructors

AppendBlobAppendBlockOptions()

Properties

Conditions

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

ProgressHandler

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

TransferValidation

Optional override settings for this client's TransferValidation settings.

AppendBlock accepts precalcualted checksums, but the method will calculate one if not provided.

Applies to