LogoRobo.js
Framework

IndexIntegrityResult

Interface: IndexIntegrityResult

Result of a sorted index integrity check.

Properties

PropertyTypeDescription
entriesCheckednumberTotal entries checked
fieldstring-
isValidboolean-
missingInIndexstring[]Record IDs in catalog but not in index
orphanedInIndexstring[]Record IDs in index but not in catalog
wrongValues{ actual: unknown; expected: unknown; id: string; }[]Entries with wrong values

On this page