ProjectFilesStatisticsResponse
org.sagebionetworks.repo.model.statistics.ProjectFilesStatisticsResponse
Container for statistics related to project files. Exposes the monthly aggregates of files and (unique) users that downloaded/uploaded for the past 12 months (excluding the current month).
| Field | Type | Description |
|---|---|---|
| objectId | STRING | The id of the object for which this statistics were computed |
| concreteType | STRING | The type of response mapped to the statistics request |
| fileDownloads | MonthlyFilesStatistics | Container for the statistics relative to file downloads or uploads for the past 12 months (Excluding the current month). |
| fileUploads | MonthlyFilesStatistics | Container for the statistics relative to file downloads or uploads for the past 12 months (Excluding the current month). |