TimeAggregationType Enumeration

 

Updated: September 18, 2014

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Public Enumeration TimeAggregationType

Member nameDescription
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.

Return to top
Show: