RecomputeChangeSource
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
Through which path a retroactive archive change arrived (AB#4184). Kept separately from
RecomputeChangeKind so the audit trail can distinguish a manual operator edit from
an automated pipeline re-ingest or a bulk import. Mirrors the CkRecomputeChangeSource CK
enum (System.StreamData ≥ 1.6.0); key values match so the snapshot maps by a direct cast.
public enum RecomputeChangeSource
Inheritance Object → ValueType → Enum → RecomputeChangeSource
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Manual | 0 | An operator changed the data directly (manual correction). |
| Pipeline | 1 | A mesh-adapter pipeline re-ingested or corrected the data. |
| Import | 2 | A bulk archive-data import wrote the change. |