|
ORE Studio 0.0.4
|
Classifies datasets by their origin or source type. More...
#include <origin_dimension.hpp>

Public Attributes | |
| int | version = 0 |
| Version number for optimistic locking and change tracking. | |
| std::string | code |
| Unique code identifying this origin type. | |
| std::string | name |
| Human-readable name for display purposes. | |
| std::string | description |
| Detailed description of this origin type. | |
| std::string | recorded_by |
| Username of the person who last modified this origin dimension. | |
| std::string | change_commentary |
| Free-text commentary explaining the change. | |
| std::chrono::system_clock::time_point | recorded_at |
| Timestamp when this version of the record was recorded. | |
Classifies datasets by their origin or source type.
The origin dimension indicates where or how data originated, helping users understand the provenance and reliability of datasets.
Standard origin values:
| std::string code |
Unique code identifying this origin type.
This is the natural key for the dimension. Examples: "Source", "Derived", "External".