toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
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