put

fun put(key: String, value: String)

Adds a LevelDB.put operation to the batch with the specified key and value.

Parameters

key

The key associated with the value.

value

The value to be stored.