PipelineTopologyProperties Class

Definition

Pipeline topology properties.

public class PipelineTopologyProperties
type PipelineTopologyProperties = class
Public Class PipelineTopologyProperties
Inheritance
PipelineTopologyProperties

Constructors

PipelineTopologyProperties()

Initializes a new instance of PipelineTopologyProperties.

Properties

Description

An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.

Parameters

List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.

Processors

List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.

Sinks

List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.

Sources

List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.

Applies to