Table of Contents

Class TableMapIndexDefinition

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

Configuration used to create a text index on a table column

public class TableMapIndexDefinition : TableIndexDefinition
Inheritance
TableMapIndexDefinition
Inherited Members

Properties

Column

The column to index.

[JsonPropertyName("column")]
public override object Column { get; }

Property Value

object