Repair On Corruption
data class RepairOnCorruption(repairOnCorruption: Boolean) : LevelDBOptions
Content copied to clipboard
If a DB cannot be opened, you may attempt to set this to true to resurrect as much of the contents of the database as possible.
Some data may be lost, so be careful when setting this on a database that contains important information.
Constructors
RepairOnCorruption
Link copied to clipboard
Properties
repairOnCorruption
Link copied to clipboard