CloudTableClient.GetServiceStatsAsync 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
GetServiceStatsAsync(TableRequestOptions, OperationContext) |
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. |
GetServiceStatsAsync() |
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. |
GetServiceStatsAsync(CancellationToken) |
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. |
GetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. |
GetServiceStatsAsync(TableRequestOptions, OperationContext)
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As TableRequestOptions, operationContext As OperationContext) As Task(Of ServiceStats)
Parameters
- requestOptions
- TableRequestOptions
A TableRequestOptions 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 ServiceStats that represents the asynchronous operation.
Applies to
GetServiceStatsAsync()
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync ();
abstract member GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync () As Task(Of ServiceStats)
Returns
A Task<TResult> object of type ServiceStats that represents the asynchronous operation.
Applies to
GetServiceStatsAsync(CancellationToken)
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync (cancellationToken As CancellationToken) As Task(Of ServiceStats)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type ServiceStats that represents the asynchronous operation.
Applies to
GetServiceStatsAsync(TableRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to get service stats for the secondary Table service endpoint.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats> GetServiceStatsAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
override this.GetServiceStatsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.ServiceStats>
Public Overridable Function GetServiceStatsAsync (requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ServiceStats)
Parameters
- requestOptions
- TableRequestOptions
A TableRequestOptions 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 ServiceStats that represents the asynchronous operation.
Applies to
Azure SDK for .NET