Uses of Class
com.datastax.astra.client.model.DeleteResult
Packages that use DeleteResult
-
Uses of DeleteResult in com.datastax.astra.client
Methods in com.datastax.astra.client that return DeleteResultModifier 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.