QueryMetricProperties 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 topquery metric in one interval.
public class QueryMetricProperties
type QueryMetricProperties = class
Public Class QueryMetricProperties
- Inheritance
-
QueryMetricProperties
Constructors
QueryMetricProperties() |
Initializes a new instance of the QueryMetricProperties class. |
QueryMetricProperties(String, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the QueryMetricProperties class. |
Properties
Avg |
Gets metric value when avg() aggregate function is used over the interval. |
DisplayName |
Gets the UI appropriate name for the metric. |
Max |
Gets metric value when max() aggregate function is used over the interval. |
Min |
Gets metric value when min() aggregate function is used over the interval. |
Name |
Gets the name information for the metric. |
Stdev |
Gets metric value when stdev aggregate function is used over the interval. |
Sum |
Gets metric value when sum() aggregate function is used over the interval. |
Unit |
Gets the unit of the metric. Possible values include: 'percentage', 'KB', 'microseconds', 'count' |
Value |
Gets the value of the metric. |
Applies to
Azure SDK for .NET