Table of Contents

Class CreateDatabaseOptions

Namespace
DataStax.AstraDB.DataApi.Admin
Assembly
DataStax.AstraDB.DataApi.dll

Options to use when creating a new database.

public class CreateDatabaseOptions : BlockingCommandOptions
Inheritance
CreateDatabaseOptions
Inherited Members

Properties

CloudProvider

Which cloud provider should host the database?

public CloudProviderType? CloudProvider { get; set; }

Property Value

CloudProviderType?

Keyspace

Name of the initial keyspace (defaults to "default_keyspace")

public string Keyspace { get; set; }

Property Value

string

Name

Name of the database to be created.

public string Name { get; set; }

Property Value

string

Region

Database region.

public string Region { get; set; }

Property Value

string