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 parameters for uploading to a Blob.
public class BlobUploadOptions
type BlobUploadOptions = class
Public Class BlobUploadOptions
- Inheritance
-
BlobUploadOptions
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 |
Optional BlobImmutabilityPolicy to set on the blob. Note that is parameter is only applicable to a blob within a container that has immutable storage with versioning enabled. |
LegalHold |
Optional. Indicates if a legal hold should be placed on the blob. Note that is parameter is only applicable to a blob within a container that has immutable storage with versioning enabled. |
Metadata |
Optional custom metadata to set for this append blob. For a sample code to set the metadata, see this article. |
ProgressHandler |
Optional IProgress<T> to provide progress updates about data transfers. |
Tags |
Options tags to set for this block blob. |
TransferOptions |
Optional StorageTransferOptions to configure parallel transfer behavior. |
TransferValidation |
Optional override settings for this client's TransferValidation settings. This operation does not allow PrecalculatedChecksum to be set. |
Applies to
Azure SDK for .NET