Uses of Class
com.datastax.astra.client.model.DeleteOneOptions
Packages that use DeleteOneOptions
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests
, Results
, Options
and Iterables
.-
Uses of DeleteOneOptions in com.datastax.astra.client
Methods in com.datastax.astra.client with parameters of type DeleteOneOptionsModifier and TypeMethodDescriptionCollection.deleteOne
(Filter filter, DeleteOneOptions deleteOneOptions) Removes at most one document from the collection that matches the given filter. -
Uses of DeleteOneOptions in com.datastax.astra.client.model
Methods in com.datastax.astra.client.model that return DeleteOneOptionsModifier and TypeMethodDescriptionstatic DeleteOneOptions
Deprecated.Initializes the building process with sorting options.Add a criteria with $vector in the sort clauseSyntax sugar as delete option is only a sortAdd a criteria with $vectorize in the sort clausestatic DeleteOneOptions
Deprecated.Initializes the building process with vector options.static DeleteOneOptions
Deprecated.Initializes the building process with vectorize options.