Skip to content

Interface: BindingSummaryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyBridge / BindingSummaryDto

Interface: BindingSummaryDto

Defined in: src/types/ontology-bridge.ts:59

Summary of a single active sort-table binding.

Properties

featureCount

featureCount: number

Defined in: src/types/ontology-bridge.ts:61

Number of bound features/columns.


keyColumns

keyColumns: string[]

Defined in: src/types/ontology-bridge.ts:63

Primary key column names.


sortId

sortId: string

Defined in: src/types/ontology-bridge.ts:65

Sort ID (UUID string).


sourceId

sourceId: string

Defined in: src/types/ontology-bridge.ts:67

External source identifier.


tableName

tableName: string

Defined in: src/types/ontology-bridge.ts:69

SQL table name.