In This Article

AggregationKind Enum

Specifies the various kinds of built-in aggregation functions.

public enum AggregationKind

Fields

Name Description
Average

Indicates that the values will be averaged together.

First

Indicates that the first value will be used.

Last

Indicates that the last value will be used.

Maximum

Indicates that the maximum value will be used.

Minimum

Indicates that the minimum value will be used.