TimeAggregationType Enumeration
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public enum TimeAggregationType
public enum class TimeAggregationType
type TimeAggregationType
Public Enumeration TimeAggregationType
Members
Member name | Description | |
---|---|---|
Average | Average value in the time range. |
|
Count | The number of samples in the time range. Can be used to determine the number of values that contributed to the average value. |
|
Last | Last sample in the time range. |
|
Maximum | Greatest value in the time range. |
|
Minimum | Least value in the time range. |
|
Total | Sum of all of the values in the time range. |
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top