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

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