Optional
keyspaceThe keyspace to use for the operation.
Optional
namespaceThis temporary error-ing property exists for migration convenience, and will be removed in a future version.
namespace
terminology has been removed, and replaced with keyspace
throughout the client.
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.