AggregationMethodDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |