Table of Contents

Enum RepairAction

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

The kinds of repair this build can actually perform.

public enum RepairAction

Fields

ExciseUnreadablePrimary = 3

Excise references to primary data that cannot be read. Lossy; requires consent.

RederiveOccupancy = 1

Recompute the page-allocation bitmap from the reachability walk, reclaiming leaks and clearing phantoms.

RegenerateDerivedStructures = 2

Open the database so the engine's rebuild net regenerates every derived structure — indexes, entity maps, chains, cluster heads, spatial state — in the order those rules require, then close it cleanly.

RestorePairSlot = 0

Rewrite the unusable half of an A/B protected page pair from its valid sibling, restoring the redundancy.