getEntry

expect fun getEntry(kvdbId: String, key: String): KvdbEntry

Gets a KVDB entry by given KVDB entry key and KVDB ID.

Return

object containing the KVDB entry

Parameters

kvdbId

KVDB ID of the KVDB entry to get

key

key of the KVDB entry to get

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun getEntry(kvdbId: String, key: String): KvdbEntry

Gets a KVDB entry by given KVDB entry key and KVDB ID.

Return

object containing the KVDB entry

Parameters

kvdbId

KVDB ID of the KVDB entry to get

key

key of the KVDB entry to get

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual external fun getEntry(kvdbId: String, key: String): KvdbEntry

Gets a KVDB entry by given KVDB entry key and KVDB ID.

Return

object containing the KVDB entry

Parameters

kvdbId

KVDB ID of the KVDB entry to get

key

key of the KVDB entry to get

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.