Click or drag to resize

Aggregation Enumeration

Aggregation methods

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
public enum Aggregation
Members
  Member nameValueDescription
None0 Property is not aggregated up the GHA hierarchy
Sum1 Property is summed up the GHA hierarchy
Union2 A Union operation is performed up the GHA hierarchy
Average3 The property is averaged up the GHA hierarchy
Minimum4 The minimum value of all objects containing this property is used to aggregate
Maximum5 The maximum value of all objects containing this property is used
Latest6 Not supported
See Also