Table of Contents

Class TableIndexDefinition

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

Configuration used to create an index on a table column

public class TableIndexDefinition : TableBaseIndexDefinition
Inheritance
TableIndexDefinition
Derived
Inherited Members

Properties

Options

Options for the index.

[JsonPropertyName("options")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public TableIndexOptions Options { get; set; }

Property Value

TableIndexOptions