ITopQueryStatisticsOperations Interface
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.
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. |