SnapshotWindowPlanNode<TInput,TState,TResult> Class

Definition

A node in the query plan representing a batched window snapshot operation.

public sealed class SnapshotWindowPlanNode<TInput,TState,TResult> : Microsoft.StreamProcessing.UnaryPlanNode
type SnapshotWindowPlanNode<'Input, 'State, 'Result> = class
    inherit UnaryPlanNode
Public NotInheritable Class SnapshotWindowPlanNode(Of TInput, TState, TResult)
Inherits UnaryPlanNode

Type Parameters

TInput

Input type of the aggregate operation

TState

State type of the aggregate operation

TResult

Result type of the aggregate operation

Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
SnapshotWindowPlanNode<TInput,TState,TResult>

Properties

Aggregate

States precisely what aggregate is being computed.

InternalAggregateType

States what kind of algorithm is being used for the computation of aggregate state.

Kind

Indicates that the current node is a snapshot window aggregate operation.

Applies to