Class TableVectorIndexDescriptor

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

public class TableVectorIndexDescriptor extends Object
Descriptor for a table vector index.
  • Constructor Details

    • TableVectorIndexDescriptor

      public TableVectorIndexDescriptor()
      Default constructor.
    • TableVectorIndexDescriptor

      public TableVectorIndexDescriptor(String name)
      Default constructor.
      Parameters:
      name - the name of the table
  • Method Details