AFAggregateResult Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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}}
|