A set of aggregations to run for matches entries of the aggregate operation.
            
| C# | Visual Basic | Visual C++ | J# | 
public class AggregationSet
Public Class AggregationSet
public ref class AggregationSet
public class AggregationSet
| All Members | Constructors | Methods | |||
| Icon | Member | Description | 
|---|---|---|
| AggregationSet()()()() | Initializes a new instance of the AggregationSet class  | |
| Average(String) | 
            Returns the average of values of the specified path.
              | |
| Count(String) | 
            Returns the number of entries which has non-null value at the specified path.
              | |
| Count()()()() | 
            Returns the number of entries.
              | |
| Equals(Object) |  (Inherited from Object.) | |
| Finalize()()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType()()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| MaxEntry(String) | 
            Returns the entry with the maximum value of the specified path.
              | |
| MaxValue(String) | 
            Returns the maximum value of the specified path.
              | |
| MemberwiseClone()()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| MinEntry(String) | 
            Returns the entry with the minimum value of the specified path.
              | |
| MinValue(String) | 
            Returns the minimum value of the specified path.
              | |
| Sum(String) | 
            Returns the sum of values of the specified path.
              | |
| ToString()()()() |  (Inherited from Object.) | 
| Object | |
| AggregationSet | |
