Class TableDescriptor
java.lang.Object
com.datastax.astra.client.tables.definition.TableDescriptor
Represents the Table definition with its name and metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet the definition of the table.Set the name of the table.toString()
-
Constructor Details
-
TableDescriptor
public TableDescriptor()Default constructor. -
TableDescriptor
Default constructor.- Parameters:
name
- the name of the table
-
-
Method Details