[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a node in a tree responsible for assembling outer join query results. The tree is double-linked, child nodes know each parent and parent know all child nodes. Each specific subclass of this abstract assembly node is dedicated to assembling results for a certain event stream.

The following tables list the members exposed by the BaseAssemblyNode type.

Public Properties

  NameDescription
ChildNodes
Returns child nodes.

ParentAssembler
Gets or sets the parent node.

StreamNum
Returns the stream number.

Substreams
Returns an array of stream numbers that lists all child node's stream numbers.