Share via


AggregationMethodDefinition Class

Definition

Class that encapsulates all the information needed to define a aggregation method.

public sealed class AggregationMethodDefinition
type AggregationMethodDefinition = class
Public NotInheritable Class AggregationMethodDefinition
Inheritance
AggregationMethodDefinition

Fields

Average

Returns a definition for the average aggregation method.

CountDistinct

Returns a definition for the countdistinct aggregation method.

Max

Returns a definition for the max aggregation method.

Min

Returns a definition for the min aggregation method.

Sum

Returns a definition for the sum aggregation method.

VirtualPropertyCount

Returns a definition for the aggregation method used to calculate $count.

Properties

MethodKind

Returns the AggregationMethod of this method definition.

MethodLabel

Returns the label of this method definition.

Methods

Custom(String)

Creates a custom method definition from it's label.

Applies to