Freigeben über


CloudFileShare.GetStatsAsync Methode

Definition

Überlädt

GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

GetStatsAsync(FileRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

GetStatsAsync()

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

GetStatsAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

GetStatsAsync(FileRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

[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)

Parameter

options
FileRequestOptions

Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ ShareStats, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

GetStatsAsync(FileRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

[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)

Parameter

options
FileRequestOptions

Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ ShareStats, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

GetStatsAsync()

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

[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)

Gibt zurück

Ein Task<TResult>-Objekt vom Typ ShareStats, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

GetStatsAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um Statistiken für die Freigabe abzurufen.

[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)

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult>-Objekt vom Typ ShareStats, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: