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