QueryStatisticsProperties Class

Definition

Properties of a query execution statistics.

public class QueryStatisticsProperties
type QueryStatisticsProperties = class
Public Class QueryStatisticsProperties
Inheritance
QueryStatisticsProperties

Constructors

QueryStatisticsProperties()

Initializes a new instance of the QueryStatisticsProperties class.

QueryStatisticsProperties(String, String, String, String, IList<QueryMetricInterval>)

Initializes a new instance of the QueryStatisticsProperties class.

Properties

DatabaseName

Gets database name of the database in which this query was executed.

EndTime

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

Intervals

Gets or sets list of intervals with appropriate metric data

QueryId

Gets unique query id (unique within one database).

StartTime

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

Applies to