BlobBo

interface BlobBo<T : BlobBo<T, RT>, RT>

Functions

comm
Link copied to clipboard
common
abstract fun comm(): BlobCommInterface<T, RT>
download
Link copied to clipboard
common
open suspend fun download(executor: <ERROR CLASS>? = null, config: <ERROR CLASS>? = null): ByteArray
schema
Link copied to clipboard
common
open fun schema(): <ERROR CLASS>
upload
Link copied to clipboard
common
open suspend fun upload(data: Any, executor: <ERROR CLASS>? = null, config: <ERROR CLASS>? = null): T
Uploads binary data for this blob.

Properties

disposition
Link copied to clipboard
common
abstract var disposition: String
id
Link copied to clipboard
common
abstract var id: <ERROR CLASS><T>
mimeType
Link copied to clipboard
common
abstract var mimeType: String
name
Link copied to clipboard
common
abstract var name: String
reference
Link copied to clipboard
common
abstract var reference: <ERROR CLASS><RT>?
size
Link copied to clipboard
common
abstract var size: Long

Extensions

url
Link copied to clipboard
common
val BlobBo<*, *>.url: String
Get an URL for the a BLOB.