getKvdb

expect fun getKvdb(kvdbId: String): Kvdb

Gets a KVDB by given KVDB ID.

Return

object containing info about the KVDB

Parameters

kvdbId

ID of KVDB to get

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual fun getKvdb(kvdbId: String): Kvdb

Gets a KVDB by given KVDB ID.

Return

object containing info about the KVDB

Parameters

kvdbId

ID of KVDB to get

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

actual external fun getKvdb(kvdbId: String): Kvdb

Gets a KVDB by given KVDB ID.

Return

object containing info about the KVDB

Parameters

kvdbId

ID of KVDB to get

Throws

thrown when instance is closed.

thrown when method encounters an exception.

thrown when method encounters an unknown exception.