Skip to content

@lancedb/lancedb / Exports / TableNamesOptions

Interface: TableNamesOptions

Table of contents

Properties

Properties

limit

Optional limit: number

An optional limit to the number of results to return.

Defined in

connection.ts:48


startAfter

Optional startAfter: string

If present, only return names that come lexicographically after the supplied value.

This can be combined with limit to implement pagination by setting this to the last table name from the previous page.

Defined in

connection.ts:46