Share via


GroupedWindowPlanNode<TInput,TState,TResult>.Aggregate Property

Definition

The aggregate object used in the window operation.

public Microsoft.StreamProcessing.Aggregates.IAggregate<TInput,TState,TResult> Aggregate { get; }
member this.Aggregate : Microsoft.StreamProcessing.Aggregates.IAggregate<'Input, 'State, 'Result>
Public ReadOnly Property Aggregate As IAggregate(Of TInput, TState, TResult)

Property Value

Applies to