Uses of Class
com.datastax.astra.client.collections.commands.results.CollectionDeleteResult
-
Uses of CollectionDeleteResult in com.datastax.astra.client.collections
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, CollectionDeleteManyOptions 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, CollectionDeleteOneOptions collectionDeleteOneOptions) Removes at most one document from the collection that matches the given filter.