Framework
CatalogRebuildOptions
Interface: CatalogRebuildOptions
Options for catalog rebuild.
Properties
| Property | Type | Description |
|---|---|---|
maxWarnings? | number | Maximum number of warnings to collect before stopping |
onProgress? | (progress: CatalogRebuildProgress) => void | Progress callback for long-running operations |
validateChunks? | boolean | Whether to validate chunk contents (slower but more thorough) |
