Class TableIndexColumnDefinition
java.lang.Object
com.datastax.astra.client.tables.definition.indexes.TableIndexColumnDefinition
Represents a column definition for a table index, including the column's name and type.
This class is designed for use in scenarios such as serialization/deserialization with libraries
like Jackson and for method chaining in fluent-style APIs.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor that accepts a column name. -
Method Summary
-
Constructor Details
-
TableIndexColumnDefinition
Constructor that accepts a column name.- Parameters:
name
- the name of the column.
-