Optional
keyspaceThe keyspace to use for the operation.
Optional
namespaceThe keyspace to use for the operation.
This is now a deprecated alias for the strictly equivalent WithKeyspace.keyspace, and will be removed in an upcoming major version.
https://docs.datastax.com/en/astra-db-serverless/api-reference/client-versions.html#version-1-5
Allows you to override the keyspace to use for some db operation. If not specified, the db operation will use either the keyspace provided when creating the Db instance, the keyspace provided when creating the DataAPIClient instance, or the default keyspace
'default_keyspace'
. (in that order)Example
Field
keyspace - The keyspace to use for the db operation.