Accelerate the Value of Data

Writing a Manifest JSON File

A manifest.json file contains the status of the export jobs and a list of all export result files.

The manifest.json file resides in the same folder as the export output files.

The writeManifest parameter in the tenant physical configuration defines whether the manifest.json file must be written at the end of an export job. The possible values are true or false. The default value is true. To know more about this option and to change the default settings, contact the Support Team.

Example of Manifest JSON File

{
  "success" : true,
  "files" : [ "part-00000.gz", "part-00001.gz" ],
  "totalObjects" : 400000,
  "totalNumberOfFiles" : 2,
  "duration" : "PT8M7S",  // follows ISO 8601 format
  "outputFileFormat" : "json"
}