ZipFileFormat
org.sagebionetworks.repo.model.file.ZipFileFormat
Enumeration of all possible zip file formats produced by bulk file download worker.
Enumeration
| name | description |
|---|---|
| CommandLineCache | This is the default format. Zip file format structure is: ( |
| Flat | Files are written to the zip 'flat' with no directory structure. Each file is named after the original file. Duplicate file names are appended with a number in parenthesis to ensure all names are unique. |