Attribute

KeyspaceName (KSN)

Purpose

Specifies the name of the keyspace to which you want to connect. This value is also used as the default qualifier for unqualified table names in queries.

Valid Values

keyspace_name

where:

keyspace_name
is the name of a valid keyspace. If the driver cannot find the specified keyspace, the connection fails; however, if you do not specify a value, the default is the keyspace defined by the system administrator for each user.

Notes

  • If KeyspaceName is not specified, Cassandra's internal keyspace name system will be used.

Default

system

GUI Tab

General tab