Interface: ListIndexesParams
Defined in: retrieval/src/types.ts:144
Parameters for listing indexes.
Extends
CursorPageParams
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
cursor? | string | Pagination cursor returned from a previous page. If omitted, starts from the beginning of the collection. | CursorPageParams.cursor | shared/dist/pagination/cursor.d.ts:10 |
limit? | number | Maximum number of items to return in a single page. | CursorPageParams.limit | shared/dist/pagination/base.d.ts:8 |
prefix? | string | - | - | retrieval/src/types.ts:145 |