Skip to content

Interface: RowSearchRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Row / RowSearchRequest

Interface: RowSearchRequest

Defined in: src/types/row.ts:71

Request for schema-flexible entity search.

Properties

collectionId?

optional collectionId: string | null

Defined in: src/types/row.ts:77

Optional: limit results to specific collection.


limit?

optional limit: number

Defined in: src/types/row.ts:75

Maximum number of results.


namespace?

optional namespace: 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).