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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET