Uses of Class
com.datastax.astra.client.model.DeleteResult
-
Uses of DeleteResult in com.datastax.astra.client
Modifier and TypeMethodDescriptionCollection.deleteAll()
Removes all documents from the collection that match the given query filter.Collection.deleteMany
(Filter filter) Removes all documents from the collection that match the given query filter.Collection.deleteMany
(Filter filter, DeleteManyOptions options) Removes all documents from the collection that match the given query filter.Removes at most one document from the collection that matches the given filter.Collection.deleteOne
(Filter filter, DeleteOneOptions deleteOneOptions) Removes at most one document from the collection that matches the given filter.