Skip to content

Interface: StructuredIngestionStatsDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sources / StructuredIngestionStatsDto

Interface: StructuredIngestionStatsDto

Defined in: src/types/sources.ts:111

Structured ingestion statistics.

Properties

columnsDiscovered

columnsDiscovered: number

Defined in: src/types/sources.ts:113

Number of columns discovered.


columnsDropped

columnsDropped: number

Defined in: src/types/sources.ts:118

Number of columns dropped by the projection because the binding does not declare them. Never silent — the dropped column names are named in the response errors.


documentsRendered

documentsRendered: number

Defined in: src/types/sources.ts:120

Number of documents rendered and processed.


elapsedMs

elapsedMs: number

Defined in: src/types/sources.ts:122

Total elapsed time in milliseconds.


entitiesCreated

entitiesCreated: number

Defined in: src/types/sources.ts:124

Number of entities created.


entitiesExtracted

entitiesExtracted: number

Defined in: src/types/sources.ts:126

Number of entities extracted (from pipeline).


recordsProcessed

recordsProcessed: number

Defined in: src/types/sources.ts:128

Number of source records processed.


relationsCreated

relationsCreated: number

Defined in: src/types/sources.ts:130

Number of relations created.


relationsDiscovered

relationsDiscovered: number

Defined in: src/types/sources.ts:132

Number of relations discovered.


sortsCreated

sortsCreated: number

Defined in: src/types/sources.ts:134

Number of sorts created (from pipeline).


tablesDiscovered

tablesDiscovered: number

Defined in: src/types/sources.ts:136

Number of types/tables discovered.


termsCreated

termsCreated: number

Defined in: src/types/sources.ts:138

Number of terms created.


termsProjected

termsProjected: number

Defined in: src/types/sources.ts:144

Number of Ψ-terms materialized by projecting a bound table through its SQL binding: declared feature names, declared types, key-derived identity, no LLM. Zero when none of the source’s tables carry a binding.