ClusterConnect Method (String) |
Creates a new session on this cluster and using a keyspace an existing keyspace.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ISession Connect(
string keyspace
)
Parameters
- keyspace
- Type: SystemString
Case-sensitive keyspace name to use
Return Value
Type:
ISessionImplements
IClusterConnect(String)See Also