putString

abstract fun putString(key: String, value: String): Kvs.KvsEditor

Stages a String value to be persisted under key.

Return

This editor instance for chaining.

Parameters

key

Storage key. Must not be blank.

value

The string value to store.

Throws

if the editor has already been committed.