Interface: RowSearchRequest
@kortexya/reasoninglayer / Row / RowSearchRequest
Interface: RowSearchRequest
Defined in: src/types/row.ts:71
Request for schema-flexible entity search.
Properties
collectionId?
optionalcollectionId:string|null
Defined in: src/types/row.ts:77
Optional: limit results to specific collection.
limit?
optionallimit:number
Defined in: src/types/row.ts:75
Maximum number of results.
namespace?
optionalnamespace:string|null
Defined in: src/types/row.ts:79
Optional: limit results to specific namespace.
pattern
pattern:
RowTypeDto
Defined in: src/types/row.ts:73
The row pattern to match (required features).