Share via


SessionWindowPlanNode Class

Definition

A node in the query plan representing a session window truncation ("SessionTimeoutWindow") operation in the active, running query.

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

Properties

Kind

Indicates that the current node is a session window operation.

MaximumDuration

The max duration of a session timeout window

SessionTimeout

Timeout for closing the current session

Applies to