blobs
/
zakadabar.lib.blobs.data
/
BlobBo
common
Blob
Bo
interface
BlobBo
<
T
:
BlobBo
<
T
,
RT
>,
RT
:
EntityBo
<
RT
>> :
EntityBo
<
T
>
Content copied to clipboard
Functions
Properties
Extensions
Functions
comm
Link copied to clipboard
common
abstract override fun
comm
():
BlobCommInterface
<
T
,
RT
>
Content copied to clipboard
create
Link copied to clipboard
common
open suspend fun
create
():
T
Content copied to clipboard
delete
Link copied to clipboard
common
open suspend fun
delete
()
Content copied to clipboard
download
Link copied to clipboard
common
open suspend fun
download
():
ByteArray
Content copied to clipboard
getBoNamespace
Link copied to clipboard
common
abstract fun
getBoNamespace
():
String
Content copied to clipboard
schema
Link copied to clipboard
common
open override fun
schema
():
BoSchema
Content copied to clipboard
update
Link copied to clipboard
common
open suspend fun
update
():
T
Content copied to clipboard
open suspend fun
update
(func:
T
.() ->
Unit
)
Content copied to clipboard
upload
Link copied to clipboard
common
open suspend fun
upload
(data:
Any
):
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 override var
id
:
EntityId
<
T
>
Content copied to clipboard
isValid
Link copied to clipboard
common
open val
isValid
:
Boolean
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
:
EntityId
<
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.