AFAggregateResultCollection Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAggregateResultCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator to obtain all results in the order they were requested.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetResult(AFSummaryRequest) |
Gets the summary result for the specified request.
| |
| GetResultTBin(AFBinningRequestTBin) |
Gets the binned result for the specified request.
| |
| GetResultTGroup(AFGroupingRequestTGroup) |
Gets the grouped result for the specified request.
| |
| GetResultT1, T2(AFCompoundPartitioningRequestT1, T2) |
Gets the result for a compound aggregate.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ChunkedByAFAggregateResult |
This extension method breaks up search results into chunks to make it easier to
page through and process IEnumerableT collections in chunks.
(Defined by AFSDKExtension.) |