Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableIndexDefinitionOptions
Packages that use TableIndexDefinitionOptions
Package
Description
Objects representing Table Indexes.
-
Uses of TableIndexDefinitionOptions in com.datastax.astra.client.tables.definition.indexes
Methods in com.datastax.astra.client.tables.definition.indexes that return TableIndexDefinitionOptionsModifier and TypeMethodDescriptionTableIndexDefinitionOptions.ascii
(boolean ascii) Sets the ASCII flag for the index.TableIndexDefinitionOptions.caseSensitive
(boolean caseSensitive) Sets the case sensitivity flag for the index.TableIndexDefinitionOptions.normalize
(boolean normalize) Sets the normalization flag for the index.Methods in com.datastax.astra.client.tables.definition.indexes with parameters of type TableIndexDefinitionOptionsModifier and TypeMethodDescriptionTableIndexDefinition.options
(TableIndexDefinitionOptions options) Sets the options for configuring the table index.