CommitBlockListOptions Class

Definition

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