Interface DownloadedFileCounts

Contains number of being downloaded and recently downloaded files found.

interface DownloadedFileCounts {
    @type: "downloadedFileCounts";
    active_count: number;
    completed_count: number;
    paused_count: number;
}

Properties

@type: "downloadedFileCounts"
active_count: number

Number of active file downloads found, including paused.

completed_count: number

Number of completed file downloads found.

paused_count: number

Number of paused file downloads found.