SessionDeleteKeyspace Method |
Deletes specified keyspace from current cluster.
If keyspace with specified name does not exist, then exception will be thrown.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public void DeleteKeyspace(
string keyspaceName
)
Parameters
- keyspaceName
- Type: SystemString
Name of keyspace to be deleted.
Implements
ISessionDeleteKeyspace(String)See Also