BlockBlobStageBlockOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
BlockBlobStageBlockOptions() |
Properties
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
Azure SDK for .NET