UnionPlanNode Class

Definition

Indicates that the current node is a union operation.

public sealed class UnionPlanNode : Microsoft.StreamProcessing.BinaryPlanNode
type UnionPlanNode = class
    inherit BinaryPlanNode
Public NotInheritable Class UnionPlanNode
Inherits BinaryPlanNode
Inheritance
Microsoft.StreamProcessing.BinaryPlanNode
UnionPlanNode

Properties

IsDisjoint

States whether the two inputs of the union operation are considered to be disjoint.

Kind

Indicates that the current node is a union operation.

Applies to