TopQueries Class

Definition

public class TopQueries
type TopQueries = class
Public Class TopQueries
Inheritance
TopQueries

Constructors

TopQueries()

Initializes a new instance of the TopQueries class.

TopQueries(Nullable<Int32>, String, String, String, String, String, IList<QueryStatisticsProperties>)

Initializes a new instance of the TopQueries class.

Properties

AggregationFunction

Gets aggregation function used to calculate query metrics.

EndTime

Gets the end time for the metric (ISO-8601 format).

IntervalType

Gets interval type (length). Possible values include: 'PT1H', 'P1D'

NumberOfQueries

Gets requested number of top queries.

ObservationMetric

Gets metric used to rank queries.

Queries

Gets or sets list of top resource consuming queries with appropriate metric data

StartTime

Gets the start time for the metric (ISO-8601 format).

Applies to