ITopQueryStatisticsOperations Interface

Definition

TopQueryStatisticsOperations operations.

public interface ITopQueryStatisticsOperations
type ITopQueryStatisticsOperations = interface
Public Interface ITopQueryStatisticsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve the query statistic for specified identifier.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieve the Query-Store top queries for specified metric and aggregation.

ListByServerWithHttpMessagesAsync(String, String, TopQueryStatisticsInput, Dictionary<String,List<String>>, CancellationToken)

Retrieve the Query-Store top queries for specified metric and aggregation.

Extension Methods

Get(ITopQueryStatisticsOperations, String, String, String)

Retrieve the query statistic for specified identifier.

GetAsync(ITopQueryStatisticsOperations, String, String, String, CancellationToken)

Retrieve the query statistic for specified identifier.

ListByServer(ITopQueryStatisticsOperations, String, String, TopQueryStatisticsInput)

Retrieve the Query-Store top queries for specified metric and aggregation.

ListByServerAsync(ITopQueryStatisticsOperations, String, String, TopQueryStatisticsInput, CancellationToken)

Retrieve the Query-Store top queries for specified metric and aggregation.

ListByServerNext(ITopQueryStatisticsOperations, String)

Retrieve the Query-Store top queries for specified metric and aggregation.

ListByServerNextAsync(ITopQueryStatisticsOperations, String, CancellationToken)

Retrieve the Query-Store top queries for specified metric and aggregation.

Applies to