Interface: DiscoverableTypeDto
@kortexya/reasoninglayer / Sources / DiscoverableTypeDto
Interface: DiscoverableTypeDto
Defined in: src/types/sources.ts:298
One discoverable type of a source, as reported by the cheap name-only listing.
Remarks
Returned inside ListTablesResponse. Wire format is snake_case
(estimated_rows).
Properties
comment?
optionalcomment:string|null
Defined in: src/types/sources.ts:300
The type’s own description, when the source records one.
estimatedRows?
optionalestimatedRows:number|null
Defined in: src/types/sources.ts:305
Planner-grade row estimate. Never exact — it is what the catalog already
knows, never a COUNT(*).
name
name:
string
Defined in: src/types/sources.ts:307
Name of the type as the source knows it (table name, label, collection).