ResumableUploadState

data class ResumableUploadState(val fingerprint: Fingerprint, cacheEntry: ResumableCacheEntry, val status: UploadStatus, val paused: Boolean)(source)

Represents the state of a resumable upload

Parameters

fingerprint

The fingerprint of the upload

status

The current upload status

paused

Whether the upload is paused

Constructors

Link copied to clipboard
constructor(fingerprint: Fingerprint, cacheEntry: ResumableCacheEntry, status: UploadStatus, paused: Boolean)

Properties

Link copied to clipboard

The bucket id for the upload

Link copied to clipboard
Link copied to clipboard

Whether the upload is done

Link copied to clipboard

The path for the upload

Link copied to clipboard
Link copied to clipboard

The upload progress as a float between 0 and 1

Link copied to clipboard