SinkNodeBase Class

Definition

Base class for topology sink nodes.

public class SinkNodeBase
type SinkNodeBase = class
Public Class SinkNodeBase
Inheritance
SinkNodeBase
Derived

Constructors

SinkNodeBase(String, IEnumerable<NodeInput>)

Initializes a new instance of SinkNodeBase.

Properties

Inputs

An array of upstream node references within the topology to be used as inputs for this node.

Name

Node name. Must be unique within the topology.

Applies to