Enum RepairAction
The kinds of repair this build can actually perform.
public enum RepairAction
Fields
ExciseUnreadablePrimary = 3Excise references to primary data that cannot be read. Lossy; requires consent.
RederiveOccupancy = 1Recompute the page-allocation bitmap from the reachability walk, reclaiming leaks and clearing phantoms.
RegenerateDerivedStructures = 2Open 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 = 0Rewrite the unusable half of an A/B protected page pair from its valid sibling, restoring the redundancy.