kotbase
Toggle table of contents
3.2
Select version
3.2
3.1
3.0
common
Platform filter
common
Switch theme
Search in API
kotbase
couchbase-lite
/
kotbase
/
MutableDictionaryInterface
/
setBlob
set
Blob
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.