BlobUploadOptions 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 paratmers for uploading to a Blob.
public class BlobUploadOptions
type BlobUploadOptions = class
Public Class BlobUploadOptions
- Inheritance
-
System.ObjectBlobUploadOptions
Constructors
BlobUploadOptions() |
Properties
AccessTier |
Optional AccessTier to set on the Block Blob. |
Conditions |
Optional BlobRequestConditions to add conditions on the upload of this Block Blob. |
HttpHeaders |
Optional standard HTTP header properties that can be set for the new append blob. |
ImmutabilityPolicy | |
LegalHold | |
Metadata |
Optional custom metadata to set for this append blob. |
ProgressHandler |
Optional System.IProgress`1 to provide progress updates about data transfers. |
Tags |
Options tags to set for this block blob. |
TransferOptions |
Optional StorageTransferOptions to configure parallel transfer behavior. |