Table of Contents

Class CreateKeyspaceOptions

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

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; }

Property Value

bool