BlockBlobStageBlockOptions Klasse

Definition

Optionale Parameter zum Staging eines Blocks für ein Blockblob mit StageBlockAsync(String, Stream, BlockBlobStageBlockOptions, CancellationToken).

public class BlockBlobStageBlockOptions
type BlockBlobStageBlockOptions = class
Public Class BlockBlobStageBlockOptions
Vererbung
BlockBlobStageBlockOptions

Konstruktoren

BlockBlobStageBlockOptions()

Optionale Parameter zum Staging eines Blocks für ein Blockblob mit StageBlockAsync(String, Stream, BlockBlobStageBlockOptions, CancellationToken).

Eigenschaften

Conditions

Optional BlobRequestConditions , um Bedingungen für den Upload dieses Blockblobs hinzuzufügen.

ProgressHandler

Optional IProgress<T> , um Statusaktualisierungen zu Datenübertragungen bereitzustellen.

TransferValidation

Optionale Außerkraftsetzungseinstellungen für die Einstellungen dieses Clients TransferValidation . StageBlock akzeptiert vorab berechnete Prüfsummen, sofern verfügbar.

Gilt für: