MetricAggregationType Enum
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.
The aggregation type of the metric.
public enum MetricAggregationType
type MetricAggregationType =
Public Enum MetricAggregationType
- Inheritance
-
MetricAggregationType
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
Average | 1 | Average. |
Count | 2 | Count. |
Minimum | 3 | Minimum. |
Maximum | 4 | Maximum. |
Total | 5 | Total. |