AFSummaryResult Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFSummaryResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Error |
If the aggregate could not be computed, the error property will be set
(Inherited from AFAggregateResult.) | |
| Request |
The aggregation request that this result was generated for.
(Inherited from AFAggregateResult.) | |
| Results |
An enumerable suitable for serialization or display in the UI.
The Values could be another IEnumerable{KeyValuePair{object, object}}
(Inherited from AFAggregateResult.) | |
| SummaryResults |
Returns numeric summary values.
|