Class TableIndexColumnDefinition

java.lang.Object
com.datastax.astra.client.tables.definition.indexes.TableIndexColumnDefinition

public class TableIndexColumnDefinition extends Object
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 Details

    • TableIndexColumnDefinition

      public TableIndexColumnDefinition(String name)
      Constructor that accepts a column name.
      Parameters:
      name - the name of the column.