mirror of
https://github.com/lancedb/lancedb.git
synced 2026-06-01 11:20:44 +00:00
513 B
513 B
@lancedb/lancedb • Docs
@lancedb/lancedb / RenameTableOptions
Interface: RenameTableOptions
Properties
namespacePath?
optional namespacePath: string[];
The namespace path of the table being renamed. Defaults to the root
namespace ([]) when omitted.
newNamespacePath?
optional newNamespacePath: string[];
The namespace path to move the table to as part of the rename. When
omitted the table stays in namespacePath.