The Open API specification for Synapse is now available for download!

Download Open API Spec

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: (%1000)//
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.