GetPipelineConfigByWellKnownNameNodeConfiguration
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract
Configuration for node to get pipeline configuration by well known name
public record GetPipelineConfigByWellKnownNameNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetPipelineConfigByWellKnownNameNodeConfiguration>
Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → GetPipelineConfigByWellKnownNameNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<GetPipelineConfigByWellKnownNameNodeConfiguration>
Properties
WellKnownName
The well known name of the pipeline configuration (static value)
public string WellKnownName { get; set; }
Property Value
WellKnownNamePath
JSON path to get the well known name from the input data
public string WellKnownNamePath { get; set; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
TargetValueWriteMode
public TargetValueWriteModes TargetValueWriteMode { get; set; }
Property Value
TargetValueWriteModes
TargetValueKind
public ValueKinds TargetValueKind { get; set; }
Property Value
ValueKinds
DocumentMode
public DocumentModes DocumentMode { get; set; }
Property Value
DocumentModes
Description
public string Description { get; set; }
Property Value
Constructors
GetPipelineConfigByWellKnownNameNodeConfiguration()
public GetPipelineConfigByWellKnownNameNodeConfiguration()