AFAggregateResult Properties
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The AFAggregateResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Error |
If the aggregate could not be computed, the error property will be set
| |
| Request |
The aggregation request that this result was generated for.
| |
| Results |
An enumerable suitable for serialization or display in the UI.
The Values could be another IEnumerable{KeyValuePair{object, object}}
|