Skip to content

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