API Reference
Class
FlowArtifactConnector
Describes one connector in a flow artifact.
Inheritance
- Object
- FlowArtifactConnector
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method FlowArtifact.WithConnector
Constructors
FlowArtifactConnector(System.String arg1, System.String arg2, System.String arg3) #Initializes a flow connector.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
Properties
Id #Gets or sets the connector id.
SourceId #Gets or sets the source step id.
TargetId #Gets or sets the target step id.
Label #Gets or sets the connector label.
Kind #Gets or sets the semantic connector kind.
Direction #Gets or sets connector direction marker behavior.
Status #Gets or sets connector status.
Color #Gets or sets an optional accent color.
Metadata #Gets connector metadata for host adapters and exporters.