Table of Contents

Enum Repairability

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

What, if anything, can be done about a finding from within the database.

public enum Repairability

Fields

Lossless = 0

Regenerable from primary data. Loss is zero by construction.

Lossy = 1

Repairable only by excising a reference to data that is already unreadable. Requires explicit consent.

NotRepairable = 2

No repair primitive applies. The report is the deliverable; escalation is a restore.