Uses of Class
io.stargate.sdk.data.domain.query.DeleteResult
Packages that use DeleteResult
-
Uses of DeleteResult in io.stargate.sdk.data
Methods in io.stargate.sdk.data that return DeleteResultModifier and TypeMethodDescriptionCollectionClient.deleteAll()Clear the collection.CollectionRepository.deleteAll()Delete all documentsCollectionRepository.deleteAll(DeleteQuery deleteQuery) Delete item through a query.CollectionRepository.deleteAllChunked(DeleteQuery deleteQuery, int concurrency) Delete item through a query.CollectionClient.deleteById(String id) Delete single record from its id.CollectionClient.deleteByVector(float[] vector) Delete single record from its vector.CollectionClient.deleteMany(DeleteQuery deleteQuery) Delete multiple records from a request.CollectionClient.deleteManyChunked(DeleteQuery deleteQuery, int concurrency) Perform a distributed deleted.CollectionClient.deleteManyPaged(DeleteQuery deleteQuery) Delete multiple records from a request.CollectionClient.deleteOne(DeleteQuery deleteQuery) Delete single record from a request.CollectionRepository.deletePage(DeleteQuery deleteQuery) Delete item through a query.