toggle menu
kotbase
3.0
3.1
3.0
common
switch theme
search in API
couchbase-lite-ktx
/
kotbase.ktx
/
DocumentBuilder
/
setBlob
set
Blob
fun
setBlob
(
key
:
String
,
value
:
Blob
?
)
:
MutableDocument
(
source
)
Set a Blob value for the given key
Return
this MutableDocument instance
Parameters
key
the key.
value
the Blob value.