Enum IntegrityConfidence
Whether a finding was observed on a source that could not have been mutating underneath the scan.
public enum IntegrityConfidence
Fields
Confirmed = 0Observed on a quiescent source (offline, or online behind a tick fence and checkpoint barrier).
Suspected = 1Observed on a live, mutating source. Never sufficient to justify a repair — re-run offline to confirm.
Remarks
A live scan sees a consistent page, never a consistent database, so a cross-structure disagreement observed online may simply be a mutation in flight. Repair acts only on Confirmed findings — collapsing these two into one boolean is how a tool ends up repairing a database that was healthy.