Table of Contents

Class DropTableIndexOptions

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

Options for dropping a table index.

public class DropTableIndexOptions : DatabaseCommandOptions
Inheritance
DropTableIndexOptions
Inherited Members

Properties

IfExists

A value indicating whether to skip the drop operation if the index does not exist, avoiding an error.

public bool IfExists { get; set; }

Property Value

bool