Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 717 Bytes

timestamped_name.md

File metadata and controls

19 lines (15 loc) · 717 Bytes
title
Timestamped Name

A TileDB object may contain files with format <timestamped_name>.ext, as seen in array_file_hierarchy.md, for example.

A <timestamped_name> has format __t1_t2_uuid[_v], where:

  • t1 and t2 are timestamps in milliseconds elapsed since 1970-01-01 00:00:00 +0000 (UTC)
  • uuid is a unique identifier
  • v is the optional format version, as indicated by []

Format History

Note: The presence of [] is indicative of an optional parameter.

Format version TileDB version Timestamped name format
1 - 2 1.4 - 1.5 __uuid_t1[_t2]
3 - 4 1.6 - 1.7 __t1_t2_uuid
5+ 2.0+ __t1_t2_uuid[_v]