Aggregation methods
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Public Enumeration Aggregation
public enum class Aggregation
Members
| Member name | Value | Description |
---|
| None | 0 |
Property is not aggregated up the GHA hierarchy
|
| Sum | 1 |
Property is summed up the GHA hierarchy
|
| Union | 2 |
A Union operation is performed up the GHA hierarchy
|
| Average | 3 |
The property is averaged up the GHA hierarchy
|
| Minimum | 4 |
The minimum value of all objects containing this property is used to aggregate
|
| Maximum | 5 |
The maximum value of all objects containing this property is used
|
| Latest | 6 |
Not supported
|
See Also