CloudFileShare.GetStatsAsync 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.
Overloads
GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to get stats for the share. |
GetStatsAsync(FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to get stats for the share. |
GetStatsAsync() |
Initiates an asynchronous operation to get stats for the share. |
GetStatsAsync(CancellationToken) |
Initiates an asynchronous operation to get stats for the share. |
GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to get stats for the share.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareStats)
Parameters
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type ShareStats that represents the asynchronous operation.
- Attributes
Applies to
GetStatsAsync(FileRequestOptions, OperationContext)
Initiates an asynchronous operation to get stats for the share.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareStats)
Parameters
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type ShareStats that represents the asynchronous operation.
- Attributes
Applies to
GetStatsAsync()
Initiates an asynchronous operation to get stats for the share.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync () As Task(Of ShareStats)
Returns
A Task<TResult> object of type ShareStats that represents the asynchronous operation.
- Attributes
Applies to
GetStatsAsync(CancellationToken)
Initiates an asynchronous operation to get stats for the share.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats> GetStatsAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
override this.GetStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.Protocol.ShareStats>
Public Overridable Function GetStatsAsync (cancellationToken As CancellationToken) As Task(Of ShareStats)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type ShareStats that represents the asynchronous operation.
- Attributes
Applies to
Azure SDK for .NET