toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
storage-kt
/
io.github.jan.supabase.storage
/
UploadStatus
/
Progress
Progress
data
class
Progress
(
val
totalBytesSend
:
Long
,
val
contentLength
:
Long
)
:
UploadStatus
(
source
)
Represents the progress of an upload
Parameters
total
Bytes
Send
The total bytes sent
content
Length
The total bytes to send
Members
Constructors
Progress
Link copied to clipboard
constructor
(
totalBytesSend
:
Long
,
contentLength
:
Long
)
Properties
content
Length
Link copied to clipboard
val
contentLength
:
Long
total
Bytes
Send
Link copied to clipboard
val
totalBytesSend
:
Long