PageBlobCreateOptions 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 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. |
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
Azure SDK for .NET