Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.26 KB

File metadata and controls

51 lines (26 loc) · 1.26 KB

downflux


downflux / OutputType

Enumeration: OutputType

Defined in: packages/types/DownloadTypes.ts:2

Job output mode

Enumeration Members

DEVICE

DEVICE: "DEVICE"

Defined in: packages/types/DownloadTypes.ts:4

Writes files to device storage


BUFFER

BUFFER: "BUFFER"

Defined in: packages/types/DownloadTypes.ts:7

Returns downloaded file buffers


JSON

JSON: "JSON"

Defined in: packages/types/DownloadTypes.ts:10

Writes ExecutionCoordinator metadata as JSON


RETURN

RETURN: "RETURN"

Defined in: packages/types/DownloadTypes.ts:13

Returns extracted metadata without downloading