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

PageBlobCreateOptions Class

Definition

Optional parameters for creating an Page Blob.

public class PageBlobCreateOptions
type PageBlobCreateOptions = class
Public Class PageBlobCreateOptions
Inheritance
PageBlobCreateOptions

Constructors

PageBlobCreateOptions()

Properties

Conditions

Optional PageBlobRequestConditions to add conditions on the creation of this new page blob.

HttpHeaders

Optional standard HTTP header properties that can be set for the new page 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 page blob.

PremiumPageBlobAccessTier

Optional. Sets the page blob tiers on the blob. This is only supported for page blobs on premium accounts.

SequenceNumber

Optional user-controlled value that you can use to track requests. The value of the SequenceNumber must be between 0 and 2^63 - 1. The default value is 0.

Tags

Options tags to set for this append blob.

Applies to