Type alias CreateNamespaceOptions

CreateNamespaceOptions: AdminBlockingOptions & {
    updateDbNamespace?: boolean;
}

Represents the common options for creating a keyspace through the astra-db-ts client.

This is now a deprecated alias for the strictly equivalent CreateKeyspaceOptions, and will be removed in an upcoming major version.

Type declaration

  • Optional updateDbNamespace?: boolean

Deprecated