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

PageBlobOpenWriteOptions Class

Definition

Optional parameters for Page Blob Open Write.

public class PageBlobOpenWriteOptions
type PageBlobOpenWriteOptions = class
Public Class PageBlobOpenWriteOptions
Inheritance
PageBlobOpenWriteOptions

Constructors

PageBlobOpenWriteOptions()

Properties

BufferSize

The size of the buffer to use. Default is 4 MB, max is 4 MB. Must be a increment of 512. See PageBlobMaxUploadPagesBytes.

OpenConditions

Access conditions used to open the write stream.

ProgressHandler

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

Size

Required if overwrite is set to true, or the underlying Page Blob is being created for the first time. Specifies the size of the new Page Blob.

TransferValidation

Optional override settings for this client's TransferValidation settings.

Applies to