Class CreateKeyspaceOptions
Options specific to the database admin command to create a keyspace.
public class CreateKeyspaceOptions : BlockingCommandOptions
- Inheritance
-
CreateKeyspaceOptions
- Inherited Members
Properties
updateDBKeyspace
Whether to set the new keyspace as the active keyspace for the associated Database.
public bool updateDBKeyspace { get; set; }