DownloadListItemResult
org.sagebionetworks.repo.model.download.DownloadListItemResult
The results of a single item on a user's download list.
| Field | Type | Description | 
|---|---|---|
| fileName | STRING | The name of the file. | 
| addedOn | STRING | The date-time when this file was added to the user's download list. | 
| projectId | STRING | The ID of the project that contains this file. | 
| projectName | STRING | The name of the project that contains this file. | 
| createdBy | STRING | The ID of the user that created this file. | 
| createdOn | STRING | The date-time when this file was created. | 
| fileSizeBytes | INTEGER | The size of the file in bytes. | 
| isEligibleForPackaging | BOOLEAN | Only files that are managed by Synapse storage are eligible for packaging into a zip file. If true, then the file is eligible for packaging into a zip file. | 
| fileHandleId | STRING | The ID of the file handle associated with this file. | 
| fileEntityId | STRING | The 'syn' identifier of a file entity. | 
| versionNumber | INTEGER | When included, indicates that a specific version of a files was added to the user's download list. When excluded, the current version was added. |