你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppendBlobCreateOptions Class

Definition

Optional parameters for creating an Append Blob.

public class AppendBlobCreateOptions
type AppendBlobCreateOptions = class
Public Class AppendBlobCreateOptions
Inheritance
AppendBlobCreateOptions

Constructors

AppendBlobCreateOptions()

Properties

Conditions

Optional AppendBlobRequestConditions to add conditions on the creation of this new append blob.

HasLegalHold

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.

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.

Metadata

Optional custom metadata to set for this append blob.

Tags

Options tags to set for this append blob.

Applies to