blobs
/
zakadabar.lib.blobs.data
/
BlobBo
common
Blob
Bo
interface
BlobBo
<
T
:
BlobBo
<
T
,
RT
>,
RT
>
Content copied to clipboard
Functions
Properties
Extensions
Functions
comm
Link copied to clipboard
common
abstract fun
comm
():
BlobCommInterface
<
T
,
RT
>
Content copied to clipboard
download
Link copied to clipboard
common
open suspend fun
download
(executor:
<ERROR CLASS>
? = null, config:
<ERROR CLASS>
? = null):
ByteArray
Content copied to clipboard
schema
Link copied to clipboard
common
open fun
schema
():
<ERROR CLASS>
Content copied to clipboard
upload
Link copied to clipboard
common
open suspend fun
upload
(data:
Any
, executor:
<ERROR CLASS>
? = null, config:
<ERROR CLASS>
? = null):
T
Content copied to clipboard
Uploads binary data for this blob.
Properties
disposition
Link copied to clipboard
common
abstract var
disposition
:
String
Content copied to clipboard
id
Link copied to clipboard
common
abstract var
id
:
<ERROR CLASS>
<
T
>
Content copied to clipboard
mimeType
Link copied to clipboard
common
abstract var
mimeType
:
String
Content copied to clipboard
name
Link copied to clipboard
common
abstract var
name
:
String
Content copied to clipboard
reference
Link copied to clipboard
common
abstract var
reference
:
<ERROR CLASS>
<
RT
>?
Content copied to clipboard
size
Link copied to clipboard
common
abstract var
size
:
Long
Content copied to clipboard
Extensions
url
Link copied to clipboard
common
val
BlobBo
<*, *>.
url
:
String
Content copied to clipboard
Get an URL for the a BLOB.