Share via


ClipByConstantPlanNode Class

Definition

A node in the query plan representing a lifetime truncation ("ClipByConstant") operation in the active, running query.

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

Properties

Kind

Indicates that the current node is a clip by constant operation.

Applies to