Click or drag to resize

SimpleStatementKeyspace Property

Returns the keyspace this query operates on, as set using SetKeyspace(String)

The keyspace returned is used as a hint for token-aware routing.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public override string Keyspace { get; }

Property Value

Type: String

Implements

IStatementKeyspace
Remarks
Consider using a ISession connected to single keyspace using Connect(String).
See Also