setBlob

fun setBlob(key: String, value: Blob?): MutableDocument

Set a Blob value for the given key

Return

this MutableDocument instance

Parameters

key

the key.

value

the Blob value.