Skip to main content

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 ObjectValueTypeEnumRecomputeChangeSource
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Manual0An operator changed the data directly (manual correction).
Pipeline1A mesh-adapter pipeline re-ingested or corrected the data.
Import2A bulk archive-data import wrote the change.