mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
524 B
524 B
@lancedb/lancedb • Docs
@lancedb/lancedb / TableNamesOptions
Interface: TableNamesOptions
Properties
limit?
optionallimit:number
An optional limit to the number of results to return.
startAfter?
optionalstartAfter: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.