QueryStatisticsProperties Class
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.
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
Azure SDK for .NET