Files
lancedb/docs/src/js/interfaces/RenameTableOptions.md
Brendan Clement 4cb9147bbf feat(nodejs): add renameTable on Connection (#3386)
Adds `Connection.renameTable` to the Node SDK. Closes #3381.
2026-05-20 09:05:48 -07:00

513 B

@lancedb/lancedbDocs


@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.