Files
Jungfraujoch/frontend/src/openapi/models/file_writer_format.ts
T
2025-04-14 11:52:06 +02:00

17 lines
546 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* None - no master file written
* NXmxLegacy - legacy format with soft links to data files in the master file; necessary for DECTRIS Albula 4.0 and DECTRIS Neggia
* NXmxVDS - newer format with virtual dataset linking data files in the master file, also includes better metadata handling
*
*/
export enum file_writer_format {
NONE = 'None',
NXMX_LEGACY = 'NXmxLegacy',
NXMX_VDS = 'NXmxVDS',
}