RepairOnCorruption

data class RepairOnCorruption(repairOnCorruption: Boolean) : LevelDBOptions

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
common
fun RepairOnCorruption(repairOnCorruption: Boolean)

Properties

repairOnCorruption
Link copied to clipboard
common
val repairOnCorruption: Boolean