A set of aggregations to run for matches entries of the aggregate operation.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public class AggregationSet
Public Class AggregationSet
public ref class AggregationSet
public class AggregationSet
Members
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) |
Determines whether the specified Object is equal to the current 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()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
Object | |
AggregationSet |