Table of Contents

Class DatabaseCommandOptions

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

Command options specific to the database level.

public class DatabaseCommandOptions : CommandOptions
Inheritance
DatabaseCommandOptions
Derived
Inherited Members

Constructors

DatabaseCommandOptions()

Creates a new instance of DatabaseCommandOptions with default values.

public DatabaseCommandOptions()

DatabaseCommandOptions(CommandOptions)

Creates a new instance of DatabaseCommandOptions from a CommandOptions object.

protected DatabaseCommandOptions(CommandOptions source)

Parameters

source CommandOptions

The source object from which draw values.

Properties

Keyspace

The current keyspace to use for commands run against the database.

Defaults to the default keyspace for the database.

public string Keyspace { get; set; }

Property Value

string