supabase-kt
Toggle table of contents
3.2.3
common
Platform filter
common
Switch theme
Search in API
supabase-kt
storage-kt
/
io.github.jan.supabase.storage
/
UploadData
Upload
Data
data
class
UploadData
(
val
stream
:
ByteReadChannel
,
val
size
:
Long
)
(
source
)
Represents the data to upload
Parameters
stream
The
ByteReadChannel
for streaming the data
size
The size of the data
Members
Constructors
Upload
Data
Link copied to clipboard
constructor
(
stream
:
ByteReadChannel
,
size
:
Long
)
Properties
size
Link copied to clipboard
val
size
:
Long
stream
Link copied to clipboard
val
stream
:
ByteReadChannel