AFAggregate Methods
- Last UpdatedNov 18, 2025
- 4 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAggregate type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AggregateT |
Performs all requested aggregates on the specified items.
| |
| AggregateAsyncT |
Performs all requested aggregates on the specified items asynchronously.
| |
| BinnedSummaryT, TBin |
Generates a summary broken down by the specified bins for items matching the search criteria.
| |
| BinnedSummaryAsyncT, TBin |
Generates a summary broken down by the specified bins for items matching the search criteria asynchronously.
| |
| FrequencyDistributionT |
Generates a frequency distribution for the specified items.
| |
| FrequencyDistributionAsyncT |
Generates a frequency distribution for the specified items asynchronously.
| |
| GroupedSummaryT |
Generates a summary broken down by group for the specified items.
| |
| GroupedSummaryAsyncT |
Generates a histogram for the specified items asynchronously.
| |
| HistogramT, TBin |
Generates a histogram for the specified items with the specified weighting.
| |
| HistogramAsyncT, TBin |
Generates a histogram for the specified items with the specified weighting asynchronously.
| |
| SummaryT(IEnumerableT, String, AFSummaryTypes) |
Summarizes the specified items.
| |
| SummaryT(IEnumerableT, String, AFSummaryTypes, String) |
Summarizes the specified items with the specified weighting.
| |
| SummaryAsyncT(IEnumerableT, String, AFSummaryTypes, CancellationToken) |
Summarizes the specified items asynchronously.
| |
| SummaryAsyncT(IEnumerableT, String, AFSummaryTypes, String, CancellationToken) |
Summarizes the specified items with the specified weighting asynchronously.
|
See Also
In This Topic
Related Links
- Aggregate(T) Method
- AggregateAsync(T) Method
- BinnedSummary(T, TBin) Method
- BinnedSummaryAsync(T, TBin) Method
- FrequencyDistribution(T) Method
- FrequencyDistributionAsync(T) Method
- GroupedSummary(T) Method
- GroupedSummaryAsync(T) Method
- Histogram(T, TBin) Method
- HistogramAsync(T, TBin) Method
- Summary Method
- SummaryAsync Method