ShareHttpResponseParsers.ReadShareStatsAsync Method
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.
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.
- token
- CancellationToken
Returns
The share stats stored in the stream.