Share via


AggregationMethod Enum

Definition

Enumeration of methods used in the aggregation clause

public enum AggregationMethod
type AggregationMethod = 
Public Enum AggregationMethod
Inheritance
AggregationMethod

Fields

Name Value Description
Sum 0

The aggregation method Sum.

Min 1

The aggregation method Min.

Max 2

The aggregation method Max.

Average 3

The aggregation method Average.

CountDistinct 4

The aggregation method CountDistinct.

VirtualPropertyCount 5

The aggregation method Count. Used only internally to represent the virtual property $count.

Custom 6

A custom aggregation method.

Applies to