Table of Contents

Class CreateTableOptions

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

Additional command options for the database CreateTable method.

public class CreateTableOptions : GetTableOptions
Inheritance
CreateTableOptions
Inherited Members

Properties

IfNotExists

Skip creating the table if it already exists (instead of throwing an error).

public bool IfNotExists { get; set; }

Property Value

bool