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

CloudBlob.StreamMinimumReadSizeInBytes 属性

定义

获取或设置在读取 Blob 流时要缓冲的最小字节数。

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

属性值

要缓冲的最小字节数,至少为 16 KB。

适用于