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
RtId
The runtime id of the object
public Nullable<OctoObjectId> RtId { get; set; }
Property Value
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
AttributeUpdates
Updates to the RtEntity attributes
public ICollection<AttributeUpdateConfiguration> AttributeUpdates { get; set; }
Property Value
ICollection<AttributeUpdateConfiguration>
Path
public string Path { get; set; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
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
Constructors
EnrichWithMongoDataConfiguration()
public EnrichWithMongoDataConfiguration()