Skip to main content

EnrichWithMongoDataConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Extract

Configuration

public record EnrichWithMongoDataConfiguration : SourceTargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<EnrichWithMongoDataConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → SourceTargetPathNodeConfiguration → EnrichWithMongoDataConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<EnrichWithMongoDataConfiguration>

Properties

RtIdPath

The path to the RtId

public string RtIdPath { get; set; }

Property Value

String

RtId

The runtime id of the object

public Nullable<OctoObjectId> RtId { get; set; }

Property Value

Nullable<OctoObjectId>

CkTypeId

CkTypeId of query

public CkId<CkTypeId> CkTypeId { get; set; }

Property Value

CkId<CkTypeId>

CkTypeIdPath

The path to the CkTypeId

public string CkTypeIdPath { get; set; }

Property Value

String

AttributeUpdates

Updates to the RtEntity attributes

public ICollection<AttributeUpdateConfiguration> AttributeUpdates { get; set; }

Property Value

ICollection<AttributeUpdateConfiguration>

Path

public string Path { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public WriteMode TargetValueWriteMode { get; set; }

Property Value

WriteMode

TargetValueKind

public ValueKind TargetValueKind { get; set; }

Property Value

ValueKind

Description

public string Description { get; set; }

Property Value

String

Constructors

EnrichWithMongoDataConfiguration()

public EnrichWithMongoDataConfiguration()