DataAggregationType 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.
Specifies the aggregation types supported by the System Insights data collection functionality.
public enum class DataAggregationType
public enum DataAggregationType
type DataAggregationType =
Public Enum DataAggregationType
- Inheritance
-
DataAggregationType
Fields
Name | Value | Description |
---|---|---|
Sum | 1 | Sum |
Average | 2 | Average |
Min | 3 | Minimum |
Max | 4 | Maximum |
NotApplicable | 5 | Aggregation not applicable |