ShareHttpResponseParsers.ReadShareStatsAsync Method

Definition

Reads share stats from a stream.

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

Parameters

inputStream
Stream

The stream from which to read the share stats.

Returns

The share stats stored in the stream.

Applies to