Share via


ExtendLifetimePlanNode Class

Definition

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

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

Properties

Kind

Indicates that the current node is a lifetime extension operation.

Negative

States whether the "Negative" version of the operator was used

Applies to