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

CloudBlob.StreamMinimumReadSizeInBytes Property

Definition

Gets or sets the minimum number of bytes to buffer when reading from a blob stream.

public int StreamMinimumReadSizeInBytes { get; set; }
member this.StreamMinimumReadSizeInBytes : int with get, set
Public Property StreamMinimumReadSizeInBytes As Integer

Property Value

The minimum number of bytes to buffer, being at least 16 KB.

Applies to