Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableIndexDefinitionOptions
Package
Description
Objects representing Table Indexes.
-
Uses of TableIndexDefinitionOptions in com.datastax.astra.client.tables.definition.indexes
Modifier 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.Modifier and TypeMethodDescriptionTableIndexDefinition.options
(TableIndexDefinitionOptions options) Sets the options for configuring the table index.