deleteEntries

expect fun deleteEntries(kvdbId: String, keys: Set<String>): Map<String, Boolean>

Deletes KVDB entries by given KVDB IDs and the set of entry keys.

Return

map with the statuses of deletion for every key

Parameters

kvdbId

ID of the KVDB database to delete from

keys

set of the keys of the KVDB entries to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun deleteEntries(kvdbId: String, keys: Set<String>): Map<String, Boolean>

Deletes KVDB entries by given KVDB IDs and the set of entry keys.

Return

map with the statuses of deletion for every key

Parameters

kvdbId

ID of the KVDB database to delete from

keys

set of the keys of the KVDB entries to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual external fun deleteEntries(kvdbId: String, keys: Set<String>): Map<String, Boolean>

Deletes KVDB entries by given KVDB IDs and the set of entry keys.

Return

map with the statuses of deletion for every key

Parameters

kvdbId

ID of the KVDB database to delete from

keys

set of the keys of the KVDB entries to delete

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.