RecomputeChangeKind
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
How a write touched an archive window, used to drive recompute of derived archives (AB#4184).
Mirrors the CkRecomputeChangeKind CK enum (System.StreamData ≥ 1.6.0); key values match
so the snapshot maps by a direct cast.
public enum RecomputeChangeKind
Inheritance Object → ValueType → Enum → RecomputeChangeKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Append | 0 | A forward write at or after the high-water mark already consumed by dependents. Does not, by itself, make a dependent stale. |
| RetroactiveModify | 1 | A write into a window at or before the consumed high-water mark (correction, late value, re-ingest). Marks the covering window dirty so dependents are recomputed. |