Share via


WherePlanNode Class

Definition

A node in the query plan representing a filtration ("where") operation in the active, running query.

public sealed class WherePlanNode : Microsoft.StreamProcessing.UnaryPlanNode
type WherePlanNode = class
    inherit UnaryPlanNode
Public NotInheritable Class WherePlanNode
Inherits UnaryPlanNode
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
WherePlanNode

Properties

Kind

Indicates that the current node is a where (filter) operation.

Predicate

The predicate that is used to filter events in this operator.

Applies to