CommitBlockListOptions 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 paraters for commiting a block list to a Block Blob.
public class CommitBlockListOptions
type CommitBlockListOptions = class
Public Class CommitBlockListOptions
- Inheritance
-
CommitBlockListOptions
Constructors
CommitBlockListOptions() |
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 block 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 block blob. |
Tags |
Options tags to set for this block blob. |
Applies to
Azure SDK for .NET