Framework
UniqueIntegrityResult
Result of unique index integrity check.
| Property | Type | Description |
|---|
duplicates | { field: string; ids: string[]; value: string; }[] | Multiple records with same unique value |
isValid | boolean | - |
keysChecked | number | Total unique keys checked |
orphanedKeys | string[] | Unique keys pointing to non-existent records |