Uses of Class
com.datastax.astra.client.tables.commands.options.TableDeleteManyOptions
Packages that use TableDeleteManyOptions
-
Uses of TableDeleteManyOptions in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableDeleteManyOptionsModifier and TypeMethodDescriptionvoid
Table.deleteMany
(Filter filter, TableDeleteManyOptions options) Removes all rows from the tables that match the given query filter.