mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
We aren't yet ready to switch over the examples since almost all JS examples rely on embeddings and we haven't yet ported those over. However, this makes it possible for those that are interested to start using `@lancedb/lancedb`
859 B
859 B
@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
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.