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

BlobHttpResponseParsers.ReadServiceStatsAsync 方法

定义

从流中读取服务统计信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats> ReadServiceStatsAsync (System.IO.Stream inputStream, System.Threading.CancellationToken token);
static member ReadServiceStatsAsync : System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceStats>
Public Shared Function ReadServiceStatsAsync (inputStream As Stream, token As CancellationToken) As Task(Of ServiceStats)

参数

inputStream
Stream

要从中读取服务统计信息的流。

返回

存储在流中的服务统计信息。

适用于