kernl

Interface: ListIndexesParams

Defined in: retrieval/src/types.ts:144

Parameters for listing indexes.

Extends

  • CursorPageParams

Properties

PropertyTypeDescriptionInherited fromDefined in
cursor?stringPagination cursor returned from a previous page. If omitted, starts from the beginning of the collection.CursorPageParams.cursorshared/dist/pagination/cursor.d.ts:10
limit?numberMaximum number of items to return in a single page.CursorPageParams.limitshared/dist/pagination/base.d.ts:8
prefix?string--retrieval/src/types.ts:145

On this page