Enum Repairability
What, if anything, can be done about a finding from within the database.
public enum Repairability
Fields
Lossless = 0Regenerable from primary data. Loss is zero by construction.
Lossy = 1Repairable only by excising a reference to data that is already unreadable. Requires explicit consent.
NotRepairable = 2No repair primitive applies. The report is the deliverable; escalation is a restore.