Skip to main content

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

Fields

NameValueDescription
Append0A forward write at or after the high-water mark already consumed by dependents. Does not, by itself, make a dependent stale.
RetroactiveModify1A 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.