BatchFileRequest
org.sagebionetworks.repo.model.file.BatchFileRequest
Batch Request for file pre-signed-URLs and/or FileHandles.
Field | Type | Description |
---|---|---|
requestedFiles | ARRAY<FileHandleAssociation> | Defines the files to get. |
includePreSignedURLs | BOOLEAN | Set to true to request a pre-signed URL for each file. |
includeFileHandles | BOOLEAN | Set to true to request a FileHandle for each file. |
includePreviewPreSignedURLs | BOOLEAN | Set to true to request a preview's pre-signed URL for each file. |