MetricValueSet 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.
A metric value set represents a set of metric values in a time period.
public class MetricValueSet
type MetricValueSet = class
Public Class MetricValueSet
- Inheritance
-
MetricValueSet
Constructors
MetricValueSet() |
Initializes a new instance of the MetricValueSet class. |
Properties
DisplayName |
Optional. Metric display name. |
EndTime |
Optional. The end time in UTC for the metric queried. |
MetricValues |
Optional. Metric values. |
Name |
Optional. Metric name. |
Namespace |
Optional. Metric namespace. |
PrimaryAggregation |
Optional. Metric primary aggregation. |
StartTime |
Optional. The start time in UTC for the metric queried. |
TimeGrain |
Optional. The time grain specifies the aggregation period of the metric value. |
Unit |
Optional. Metric unit. |