AFCompoundPartitionedResult(T1, T2) Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The result of a histogram aggregate.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.Data.AggregateAFAggregateResult
OSIsoft.AF.Data.AggregateAFCompoundPartitionedResultT1, T2
OSIsoft.AF.Data.AggregateAFAggregateResult
OSIsoft.AF.Data.AggregateAFCompoundPartitionedResultT1, T2
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFCompoundPartitionedResult<T1, T2> : AFAggregateResult
Public NotInheritable Class AFCompoundPartitionedResult(Of T1, T2) Inherits AFAggregateResult Dim instance As AFCompoundPartitionedResult(Of T1, T2)
generic<typename T1, typename T2> public ref class AFCompoundPartitionedResult sealed : public AFAggregateResult
[<SealedAttribute>] type AFCompoundPartitionedResult<'T1, 'T2> = class inherit AFAggregateResult end
Type Parameters
- T1
- The primary partition type.
- T2
- The secondary partition type.
The AFCompoundPartitionedResultT1, T2 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.) | |
| InvalidCount |
The weighted value of all bins whose field value was invalid.
| |
| OutOfRangeCount |
The weighted value of all items that fell below the lowest bin.
Since field values are assigned the largest bin not greater than the value, any field value beyond the largest bin is assigned to the last bin.
| |
| PartitionedResults |
The results keyed by the group and containing the requested summaries in a dictionary.
If a summary request was specified, value dictionaries will hold the count for each group.
| |
| 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.) |
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.) |