TemporalSortPlanNode Class

Definition

A node in the query plan representing a temporal sorting (on timestamps) operation in the active, running query.

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

Properties

DisorderPolicy

The DisorderPolicy that is used to handle late events in this operator.

Kind

Indicates that the current node is a temporal sort operation.

Applies to