FilesStatisticsResponse
org.sagebionetworks.repo.model.download.FilesStatisticsResponse
The response of a FilesStatisticsRequest.
Field | Type | Description |
---|---|---|
concreteType | STRING | Will indicate the full package name of the response type. |
totalNumberOfFiles | INTEGER | The total number of files on the user's download list. |
numberOfFilesAvailableForDownload | INTEGER | The number of files that are currently available for download. |
numberOfFilesAvailableForDownloadAndEligibleForPackaging | INTEGER | The number of files that are currently available for download and eligible for packaging. |
numberOfFilesRequiringAction | INTEGER | The number of files that are currently unavailable for download. These are files that require some action on the user's part in order gain download access. |
sumOfFileSizesAvailableForDownload | INTEGER | The sum of all of the files sizes on the user's download list that are currently available for download. |