Skip to main content

SaveStreamDataInArchiveNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

SaveStreamDataInArchive node configuration. Routes the source entities into a single archive (per-node — no auto fan-out) identified by SaveStreamDataInArchiveNodeConfiguration.ArchiveRtId.

public record SaveStreamDataInArchiveNodeConfiguration : PathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<SaveStreamDataInArchiveNodeConfiguration>

Inheritance Object → NodeConfiguration → PathNodeConfiguration → SaveStreamDataInArchiveNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IPathNodeConfiguration, IEquatable<PathNodeConfiguration>, IEquatable<SaveStreamDataInArchiveNodeConfiguration>

Remarks:

Concept §6 / §8 T9: each pipeline node targets exactly one CkArchive. The archive must be in status Activated at runtime; otherwise the underlying repository call throws ArchiveNotActivatedException and the pipeline surface that as a node-level error.

Properties

ArchiveRtId

Runtime id of the CkArchive entity that receives the data points produced by this node. Must reference an archive that exists in the tenant and is activated. Required.

public string ArchiveRtId { get; set; }

Property Value

String

Path

public string Path { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

SaveStreamDataInArchiveNodeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public SaveStreamDataInArchiveNodeConfiguration()