Click or drag to resize
KeyspaceMetadataStrategyClass Property
Gets the Strategy Class of this keyspace.

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

Return Value

Type: String
name of StrategyClass of this keyspace.
See Also