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

BlockBlobStageBlockOptions Class

Definition

Optional parameters for staging a block for a block blob with StageBlockAsync(String, Stream, BlockBlobStageBlockOptions, CancellationToken).

public class BlockBlobStageBlockOptions
type BlockBlobStageBlockOptions = class
Public Class BlockBlobStageBlockOptions
Inheritance
BlockBlobStageBlockOptions

Constructors

Name Description
BlockBlobStageBlockOptions()

Properties

Name Description
Conditions

Optional BlobRequestConditions to add conditions on the upload of this Block Blob.

ProgressHandler

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

TransferValidation

Optional override settings for this client's TransferValidation settings. StageBlock accepts precalcualted checksums if available.

Applies to