BlobOpenWriteOptions Class

Definition

Optional parameters for Page Blob Open Write.

public class BlobOpenWriteOptions
type BlobOpenWriteOptions = class
Public Class BlobOpenWriteOptions
Inheritance
BlobOpenWriteOptions

Constructors

BlobOpenWriteOptions()

Properties

BufferSize

The size of the buffer to use. Default is 4 MB, max is 4000 MB. See BlockBlobMaxStageBlockLongBytes.

HttpHeaders

Optional standard HTTP header properties that can be set for this block blob.

Metadata

Optional custom metadata to set for this block blob.

OpenConditions

Access conditions used to open the write stream.

ProgressHandler

Optional IProgress<T> to provide progress updates about data transfers.

Tags

Options tags to set for this block blob.

TransferValidation

Optional override settings for this client's TransferValidation settings. This operation does not allow PrecalculatedChecksum to be set.

Applies to