Class TableTextIndexDescriptor

java.lang.Object
com.datastax.astra.client.tables.definition.indexes.TableIndexDescriptor<TableTextIndexDefinition>
com.datastax.astra.client.tables.definition.indexes.TableTextIndexDescriptor

public class TableTextIndexDescriptor extends TableIndexDescriptor<TableTextIndexDefinition>
Represents a descriptor for a table index, including the table's name and associated index options. This class is designed for use in scenarios such as serialization/deserialization with libraries like Jackson and for method chaining in fluent-style APIs.