setBlob

abstract fun setBlob(key: String, value: Blob?): MutableDictionaryInterface(source)

Set a Blob object for the given key.

Return

The self object.

Parameters

key

The key

value

The Blob object.