AFCompoundPartitioningRequest(T1, T2) Class
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Defines summaries to be performed on a grouped field.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.Data.AggregateAFAggregateRequest
OSIsoft.AF.Data.AggregateAFCompoundPartitioningRequestT1, T2
OSIsoft.AF.Data.AggregateAFAggregateRequest
OSIsoft.AF.Data.AggregateAFCompoundPartitioningRequestT1, T2
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public sealed class AFCompoundPartitioningRequest<T1, T2> : AFAggregateRequest
Public NotInheritable Class AFCompoundPartitioningRequest(Of T1, T2) Inherits AFAggregateRequest Dim instance As AFCompoundPartitioningRequest(Of T1, T2)
generic<typename T1, typename T2> public ref class AFCompoundPartitioningRequest sealed : public AFAggregateRequest
[<SealedAttribute>] type AFCompoundPartitioningRequest<'T1, 'T2> = class inherit AFAggregateRequest end
Type Parameters
- T1
- The primary partition type.
- T2
- The secondary partition type.
The AFCompoundPartitioningRequestT1, T2 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description |
A description of this aggregate.
(Overrides AFAggregateRequestDescription.) | |
| Field |
The field that will be aggregated
(Inherited from AFAggregateRequest.) | |
| SecondaryField |
The field partitioned after the primary field Field | |
| SubAggregate |
The summary that will be performed on the binned data.
(Overrides AFAggregateRequestSubAggregate.) | |
| SummaryRequest |
The summary that should be performed on each group.
|
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.) |