StageBlockFromUriOptions 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 StageBlockFromUriAsync(Uri, String, StageBlockFromUriOptions, CancellationToken).
public class StageBlockFromUriOptions
type StageBlockFromUriOptions = class
Public Class StageBlockFromUriOptions
- Inheritance
-
StageBlockFromUriOptions
Constructors
StageBlockFromUriOptions() |
Properties
DestinationConditions |
Optional BlobRequestConditions to add conditions on the staging of this block. |
SourceAuthentication |
Optional. Source authentication used to access the source blob. |
SourceConditions |
Optional RequestConditions to add conditions on the copying of data from this source blob. |
SourceContentHash |
Optional MD5 hash of the block content from the sourceUri. This hash is used to verify the integrity of the block during transport of the data from the Uri. When this hash is specified, the storage service compares the hash of the content that has arrived from the sourceUri with this value. Note that this md5 hash is not stored with the blob. If the two hashes do not match, the operation will fail with a RequestFailedException. |
SourceRange |
Optionally uploads only the bytes of the blob in the sourceUri in the specified range. If this is not specified, the entire source blob contents are uploaded as a single block. |
Applies to
Azure SDK for .NET