AggregationType Enumeration

 

Updated: September 18, 2014

Aggregation type.

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

public enum class AggregationType

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

Return to top
Show: