skip to main content
Connection Property Descriptions : KeyspaceName
  

Try DataDirect Drivers Now

KeyspaceName

Purpose

Specifies the default name of the Cassandra keyspace to which the driver connects. This value is used as the default qualifier for unqualified table names in SQL queries.

Valid Values

keyspace_name
where:
keyspace_name
is the name of a valid CQL keyspace. If the driver cannot find the specified keyspace, the connection fails.

Notes

*A Cassandra keyspace is equivalent to a relational database.
*If KeyspaceName is not specified, Cassandra's internal keyspace name system will be used.
*If authentication has not been enabled, client applications will have access to all keyspaces on the server. If authentication has been enabled, a client application will only have access to the keyspace specified by the KeyspaceName property assuming it has the required permissions.

Data Source Method

setKeyspaceName

Default

No default value

Data Type

String

See also

Required Properties