DeletionStorage

Storage interface that provides the ability to delete documents by their identifiers.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun delete(ids: List<String>, namespace: String? = null): List<String>

Deletes documents with the specified identifiers from the storage.