Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableIndexDefinition
Package
Description
Top package to interact with Tables.
Objects representing Table Indexes.
-
Uses of TableIndexDefinition in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionvoid
Table.createIndex
(String idxName, TableIndexDefinition idxDefinition, CreateIndexOptions idxOptions) Create a new index with the given description. -
Uses of TableIndexDefinition in com.datastax.astra.client.tables.definition.indexes
Modifier and TypeMethodDescriptionTableIndexDefinition.ascii
(boolean ascii) Enables or disables ASCII encoding for the index.TableIndexDefinition.caseSensitive
(boolean caseSensitive) Sets whether the index should be case-sensitive.Sets the name of the column for the index.TableIndexDefinition.normalize
(boolean normalize) Enables or disables normalization for the index.TableIndexDefinition.options
(TableIndexDefinitionOptions options) Sets the options for configuring the table index.Modifier and TypeMethodDescriptionTableIndexDescriptor.definition
(TableIndexDefinition def) Sets the index definition for the table.