UploaderStatus

data class UploaderStatus(val nonCriticalFactors: Set<UploadFactor>, val criticalFactors: Set<UploadFactor>, val activeWorkerCount: Int, val inQueueFilesCount: Int)

Constructors

Link copied to clipboard
constructor(nonCriticalFactors: Set<UploadFactor>, criticalFactors: Set<UploadFactor>, activeWorkerCount: Int, inQueueFilesCount: Int)

Properties

Link copied to clipboard

The number of worker that are currently active.

Link copied to clipboard

List of factors why upload is inactive. The uploader is active if the set is empty.

Link copied to clipboard

The number of files that are in the queue for uploading.

Link copied to clipboard

Set of non critical upload factors.