LogoRobo.js
Framework

UniqueIntegrityResult

Interface: UniqueIntegrityResult

Result of unique index integrity check.

Properties

PropertyTypeDescription
duplicates{ field: string; ids: string[]; value: string; }[]Multiple records with same unique value
isValidboolean-
keysCheckednumberTotal unique keys checked
orphanedKeysstring[]Unique keys pointing to non-existent records

On this page