Interface: RowIntegrateResponse
@kortexya/reasoninglayer / Row / RowIntegrateResponse
Interface: RowIntegrateResponse
Defined in: src/types/row.ts:177
Response from feature-based data integration.
Properties
durationUs
durationUs:
number
Defined in: src/types/row.ts:185
Query time in microseconds.
entitiesAnalyzed
entitiesAnalyzed:
number
Defined in: src/types/row.ts:181
Total entities analyzed.
groupsFound
groupsFound:
number
Defined in: src/types/row.ts:183
Number of integration groups found.
integrationGroups
integrationGroups:
IntegrationGroupDto[]
Defined in: src/types/row.ts:179
Groups of entities that can be integrated.