ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
nature_dimension Struct Referencefinal

Classifies datasets by their data nature (actual vs. synthetic). More...

#include <nature_dimension.hpp>

Collaboration diagram for nature_dimension:
Collaboration graph

Public Attributes

int version = 0
 Version number for optimistic locking and change tracking.
 
std::string tenant_id
 Tenant identifier for multi-tenancy isolation.
 
std::string code
 Unique code identifying this nature type.
 
std::string name
 Human-readable name for display purposes.
 
std::string description
 Detailed description of this nature type.
 
std::string modified_by
 Username of the person who last modified this nature dimension.
 
std::string change_commentary
 Free-text commentary explaining the change.
 
std::string performed_by
 Username of the account that performed this operation.
 
std::chrono::system_clock::time_point recorded_at
 Timestamp when this version of the record was recorded.
 

Detailed Description

Classifies datasets by their data nature (actual vs. synthetic).

The nature dimension distinguishes between real production data and synthetic test data, helping ensure appropriate handling and segregation.

Standard nature values:

Member Data Documentation

◆ code

std::string code

Unique code identifying this nature type.

This is the natural key for the dimension. Examples: "Actual", "Synthetic", "Historical".