Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/store-sqlite / / FtsIntegrityReport
Interface: FtsIntegrityReport
Defined in: packages/store-sqlite/src/fts-integrity.ts:34
One FTS table's integrity finding.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
orphanRows | readonly | number | FTS rows whose rowid matches no row in the base table. | packages/store-sqlite/src/fts-integrity.ts:38 |
table | readonly | string | The FTS table inspected. | packages/store-sqlite/src/fts-integrity.ts:36 |