AppendBlobOpenWriteOptions.BufferSize Property

Definition

The size of the buffer to use. Default is 4 MB. Beginning with x-ms-version 2022-11-02, the max buffer size is 100 MB. For previous versions, the max buffer size is 4 MB. See AppendBlobMaxAppendBlockBytes.

public long? BufferSize { get; set; }
member this.BufferSize : Nullable<int64> with get, set
Public Property BufferSize As Nullable(Of Long)

Property Value

Applies to