Table of Contents

Enum IntegrityConfidence

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

Whether a finding was observed on a source that could not have been mutating underneath the scan.

public enum IntegrityConfidence

Fields

Confirmed = 0

Observed on a quiescent source (offline, or online behind a tick fence and checkpoint barrier).

Suspected = 1

Observed 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.