PipelineTopologyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET