QueueServiceClient.GetStatisticsAsync(CancellationToken) Method

Definition

Retrieves statistics related to replication for the Blob service. It is only available on the secondary location endpoint when read-access geo-redundant replication is enabled for the storage account.

For more information, see Get Queue Service Stats.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Queues.Models.QueueServiceStatistics>> GetStatisticsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStatisticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Queues.Models.QueueServiceStatistics>>
override this.GetStatisticsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Queues.Models.QueueServiceStatistics>>
Public Overridable Function GetStatisticsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of QueueServiceStatistics))

Parameters

Returns

Response<T>

Applies to