Class CreateDatabaseOptions
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
Keyspace
Name of the initial keyspace (defaults to "default_keyspace")
public string Keyspace { get; set; }
Property Value
Name
Name of the database to be created.
public string Name { get; set; }
Property Value
Region
Database region.
public string Region { get; set; }