Class TableVectorIndexDescriptor
java.lang.Object
com.datastax.astra.client.tables.definition.indexes.TableVectorIndexDescriptor
Descriptor for a table vector index.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionSet the definition of the table.Set the name of the table.toString()
-
Constructor Details
-
TableVectorIndexDescriptor
public TableVectorIndexDescriptor()Default constructor. -
TableVectorIndexDescriptor
Default constructor.- Parameters:
name
- the name of the table
-
-
Method Details