Skip to content

Interface: RowSearchResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Row / RowSearchResponse

Interface: RowSearchResponse

Defined in: src/types/row.ts:85

Response from schema-flexible entity search.

Properties

durationUs

durationUs: number

Defined in: src/types/row.ts:93

Query time in microseconds.


matches

matches: RowMatchDto[]

Defined in: src/types/row.ts:87

Matched entities.


scanned

scanned: number

Defined in: src/types/row.ts:89

Total entities scanned.


sortsMatched

sortsMatched: number

Defined in: src/types/row.ts:91

Number of distinct sorts matched.