Framework
RepairOptions
Interface: RepairOptions
Options for repair operations.
Properties
| Property | Type | Description |
|---|---|---|
dryRun? | boolean | Dry run - report what would be repaired without making changes |
onProgress? | (progress: RepairProgress) => void | Progress callback |
repairFilter? | boolean | Repair filter |
repairSortedIndexes? | boolean | Repair sorted indexes |
repairUniqueIndexes? | boolean | Repair unique indexes |
