GigaSpaces XAP.NET Documentation
AggregationSet Class
Class LibraryGigaSpaces.CoreAggregationSet
A set of aggregations to run for matches entries of the aggregate operation.
Declaration Syntax
C#Visual BasicVisual C++J#
public class AggregationSet
Public Class AggregationSet
public ref class AggregationSet
public class AggregationSet
Members
All MembersConstructorsMethods



IconMemberDescription
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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)