Type alias LocalCreateNamespaceOptions

LocalCreateNamespaceOptions: CreateNamespaceOptions & {
    replication?: KeyspaceReplicationOptions;
}

Represents the options for creating a keyspace on a non-Astra database (i.e. blocking options + keyspace creation options).

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

Type declaration

Deprecated