MetricStatisticType 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 metric statistic type. How the metrics from multiple instances are combined.
public enum MetricStatisticType
type MetricStatisticType =
Public Enum MetricStatisticType
- Inheritance
-
MetricStatisticType
Fields
Name | Value | Description |
---|---|---|
Average | 0 | Average. |
Min | 1 | Min. |
Max | 2 | Max. |
Sum | 3 | Sum. |
Count | 4 | Count. |