Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableIndexDefinition
Packages that use TableIndexDefinition
Package
Description
Top package to interact with Tables.
Objects representing Table Indexes.
-
Uses of TableIndexDefinition in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableIndexDefinitionModifier 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
Methods in com.datastax.astra.client.tables.definition.indexes that return TableIndexDefinitionModifier 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.Methods in com.datastax.astra.client.tables.definition.indexes with parameters of type TableIndexDefinitionModifier and TypeMethodDescriptionTableIndexDescriptor.definition
(TableIndexDefinition def) Sets the index definition for the table.