Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Every time you make a dump using CleverAnalytics Shell, a dump directory structure is created. Every dump is uniquely identified by its dump ID - a time stamp of when the dump was created. Format of the dump ID is "yyyy-MM-dd_HH-mm-ss".

...

KeyTypeOptionalityDescription
urlstring

Status
colourBlue
titlegenerated

URL link uniquely identifying the object

dumpTimestring

Status
colourBlue
titlegenerated

timestamp of when the object was dumped

versionstring

Status
colourBlue
titlegenerated

version of the object

starts at 1, is incremented everytime the object is pushed to the project

contentobject

Status
colourBlue
titlegenerated

the object itself

may contain valid content of one of metadata object types

Dump metadata file

The dumpMetadata.json file is located the dump directory, one level above the data and metadata directories. It contains metadata about the dump itself, and list of its contents.

...