Quaero.DW.Format

Quaero.DW.Format

Quaero.DW.Format Class

public class Quaero.DW.Format : Quaero.DW.Links;
Details of one file format. See REST API file formats

format Field

System.String (Quaero.DW.Format)format.format;
A short name of this format. See JSON format.

extension Field

System.String (Quaero.DW.Format)format.extension;
The file extention used for this format. See JSON extension.
Some formats can have multiple extensions, for example .tiff and .tif. In these cases, the 3 letter extension is used by Quaero Archive.

mime_type Field

System.String (Quaero.DW.Format)format.mime_type;
IANA media type used for this document format. See JSON mime_type.

creator Field

System.String (Quaero.DW.Format)format.creator;
Short description of the application used to create files of this format. See JSON creator.

can_merge Property

System.Boolean (Quaero.DW.Format)format.can_merge;
If true, Quaero Archive is able to append documents files of this format. See JSON can_merge.

can_page Property

System.Boolean (Quaero.DW.Format)format.can_page;
If true, Quaero Archive is able to access individual pages of files of this format. See JSON can_page.

compressable Field

System.Boolean (Quaero.DW.Format)format.compressable;
If true, Quaero Archive will compress document files of this format. See JSON compressable.

sphinxable Field

System.Boolean (Quaero.DW.Format)format.sphinxable;
If true, Quaero Archive will index the full text content of document files of this format. See JSON sphinxable.

asis Field

System.Boolean (Quaero.DW.Format)format.asis;
If true, Quaero Archive can not perform any processing on this document. It is up to the end user to display it. See JSON asis.

image Field

System.Boolean (Quaero.DW.Format)format.image;
If true, this format is an image format. If false, this format is a text format. See JSON image.