Click or drag to resize
TableAttributeKeyspace Property
Gets or sets the keyspace name. Use only if the table you are mapping is in a different keyspace than the current ISession.

Namespace: Cassandra.Mapping.Attributes
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public string Keyspace { get; set; }

Property Value

Type: String
See Also