Uses of Class
com.datastax.astra.client.tables.commands.options.TableDeleteOneOptions
Package
Description
Top package to interact with Tables.
Options and Inputs for Tables commands.
-
Uses of TableDeleteOneOptions in com.datastax.astra.client.tables
Modifier and TypeMethodDescriptionvoid
Table.deleteOne
(Filter filter, TableDeleteOneOptions deleteOneOptions) Removes at most one row from the table that matches the given filter. -
Uses of TableDeleteOneOptions in com.datastax.astra.client.tables.commands.options
Modifier and TypeMethodDescriptionAdding this on top of sort(Sort[] s) to allow for a more fluent API.