BlobSyncUploadFromUriOptions 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 SyncUploadFromUri(Uri, Boolean, CancellationToken).
public class BlobSyncUploadFromUriOptions
type BlobSyncUploadFromUriOptions = class
Public Class BlobSyncUploadFromUriOptions
- Inheritance
-
BlobSyncUploadFromUriOptions
Constructors
BlobSyncUploadFromUriOptions() |
Properties
AccessTier |
Optional AccessTier to set on the Block Blob. |
ContentHash |
Optional. An MD5 hash of the content. This hash is used to verify the integrity of the content during transport. When this header is specified, the storage service compares the hash of the content that has arrived with this header value. Note that this MD5 hash is not stored with the blob.If the two hashes do not match, the operation will fail. |
CopySourceBlobProperties |
The copy source blob properties behavior. If true, the properties of the source blob will be copied to the new blob. Default is true. |
CopySourceTagsMode |
Optional. Indicates if the source blob's tags should be copied to the destination blob, or replaced on the destination blob with the tags specified by Tags. Default is to replace. |
DestinationConditions |
Optional BlobRequestConditions to add conditions on the copyig of data to this Block Blob. |
HttpHeaders |
Optional standard HTTP header properties that can be set for the new append blob. |
Metadata |
Optional custom metadata to set for this append blob. |
SourceAuthentication |
Optional. Source authentication used to access the source blob. |
SourceConditions |
Optional BlobRequestConditions to add conditions on the copying of data from this source blob. |
Tags |
Options tags to set for this block blob. |
Applies to
Azure SDK for .NET