Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.8 KB

data_directories.md

File metadata and controls

17 lines (13 loc) · 1.8 KB

List of Tables

Data Directories

Table name: DataDirectories.

Column Data Type Nullable Description
● data_directory Integer False Uniquely labels each directory address.
directory_address Text False Specifies the directory address.
○ data_category Integer False Identifies the data category associated with the directory address.
○ hardware_configuration Integer False Identifies the experiment's deployment configuration associated with the directory address.
time_start Real False Specifies the time at which the data stored in the directory address started being taken.
time_stop Real False Specifies the time at which the data stored in the directory address stopped being recorded.
directory_completeness Boolean False Specifies whether the directory is missing files.

Legend: Primary Key, Foreign Key.