AlterLifetimePlanNode Class

Definition

A node in the query plan representing an alteration to the event lifetimes to a variable duration in the active, running query.

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

Properties

DurationFunction

States the duration for which the event lifetimes will be set.

IsConstantDuration

States whether the duration after this operation will be constant.

Kind

Indicates that the current node is a lifetime alteration operation.

StartTimeSelector

The expression that is used to select event start time in this operator.

Applies to