UploadDestinationLocation
org.sagebionetworks.repo.model.file.UploadDestinationLocation
An upload destination location contains the id of the StorageLocation where a file can be uploaded.
| Field | Type | Description |
|---|---|---|
| storageLocationId | INTEGER | the unique id for the storage location |
| description | STRING | The description to show the user when the user has to choose which upload destination to use |
| uploadType | UploadType | The enumeration of possible upload types. |