Skip to main content

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

String

WellKnownNamePath

JSON path to get the well known name from the input data

public string WellKnownNamePath { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

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

String

Constructors

GetPipelineConfigByWellKnownNameNodeConfiguration()

public GetPipelineConfigByWellKnownNameNodeConfiguration()