AppendBlobOpenWriteOptions.BufferSize Property
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET