UploadQueueStats

data class UploadQueueStats(val count: Int, val size: Int?)

Stats of the local upload queue.

Constructors

Link copied to clipboard
constructor(count: Int, size: Int?)

Properties

Link copied to clipboard
val count: Int

Number of records in the upload queue.

Link copied to clipboard
val size: Int?

Size of the upload queue in bytes.

Functions

Link copied to clipboard
open override fun toString(): String