@lancedb/lancedb β’ Docs
@lancedb/lancedb / TableNamesOptions
Interface: TableNamesOptions
Properties
limit?
An optional limit to the number of results to return.
startAfter?
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.