Uses of Class
com.datastax.astra.client.tables.commands.options.TableDeleteOneOptions
Packages that use TableDeleteOneOptions
-
Uses of TableDeleteOneOptions in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableDeleteOneOptionsModifier and TypeMethodDescriptionvoid
Table.deleteOne
(Filter filter, TableDeleteOneOptions deleteOneOptions) Removes at most one row from the table that matches the given filter.