Click or drag to resize

SessionDeleteKeyspaceIfExists Method

Deletes specified keyspace from current cluster. If keyspace with specified name does not exist, then this method does nothing.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public void DeleteKeyspaceIfExists(
	string keyspaceName
)

Parameters

keyspaceName
Type: SystemString
Name of keyspace to be deleted.

Implements

ISessionDeleteKeyspaceIfExists(String)
See Also