Skip to content

@lancedb/lancedbDocs


@lancedb/lancedb / DropNamespaceOptions

Interface: DropNamespaceOptions

Properties

behavior?

optional behavior: "restrict" | "cascade";

Refuse to drop if non-empty (restrict) or drop recursively (cascade).


mode?

optional mode: "fail" | "skip";

Whether to skip if the namespace doesn't exist, or fail.