Table of Contents

Class CreateIndexCommandOptions

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Options for creating a generic table index.

public class CreateIndexCommandOptions : CommandOptions
Inheritance
CreateIndexCommandOptions
Derived
Inherited Members

Properties

IfNotExists

A value indicating whether to skip index creation if an index with the same name already exists, avoiding an error.

public bool IfNotExists { get; set; }

Property Value

bool