AFSummaryResult Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The result of a summary aggregate.
Inheritance Hierarchy
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFSummaryResult : AFAggregateResult
Public NotInheritable Class AFSummaryResult Inherits AFAggregateResult Dim instance As AFSummaryResult
public ref class AFSummaryResult sealed : public AFAggregateResult
[<SealedAttribute>] type AFSummaryResult = class inherit AFAggregateResult end
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.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |