AggregationType Enumeration
Aggregation type.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public enum AggregationType
public enum class AggregationType
type AggregationType
Public Enumeration AggregationType
Members
Member name | Description | |
---|---|---|
Average | Average value in the time range. |
|
Last | Last sample in the time range. |
|
Maximum | Greatest value in the time range. |
|
Minimum | Least value in the time range. |
|
None | No aggregation. |
|
Total | Sum of all of the values in the time range. |
See Also
Microsoft.Azure.Insights.Models Namespace
Return to top