Skip to content

Interface: BindingSummaryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyBridge / BindingSummaryDto

Interface: BindingSummaryDto

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

Summary of a single active sort-table binding.

Properties

featureCount

featureCount: number

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

Number of bound features/columns.


keyColumns

keyColumns: string[]

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

Primary key column names.


sortId

sortId: string

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

Sort ID (UUID string).


sourceId

sourceId: string

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

External source identifier.


tableName

tableName: string

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

SQL table name.