Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFCompoundPartitioningRequest(T1, T2) Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFCompoundPartitioningRequest(T1, T2) Class
Defines summaries to be performed on a grouped field.

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public property
Description
A description of this aggregate.
(Overrides AFAggregateRequestDescription.)
Public property
Field
The field that will be aggregated
(Inherited from AFAggregateRequest.)
Public property
SecondaryField
The field partitioned after the primary field Field
Public property
SubAggregate
The summary that will be performed on the binned data.
(Overrides AFAggregateRequestSubAggregate.)
Public property
SummaryRequest
The summary that should be performed on each group.

Methods

  NameDescription
Public method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9

See Also

TitleResults for “How to create a CRG?”Also Available in