20#ifndef ORES_DQ_API_DOMAIN_TREATMENT_DIMENSION_HPP
21#define ORES_DQ_API_DOMAIN_TREATMENT_DIMENSION_HPP
27namespace ores::dq::domain {
Classifies datasets by their processing treatment level.
Definition treatment_dimension.hpp:41
std::string modified_by
Username of the person who last modified this treatment dimension.
Definition treatment_dimension.hpp:73
std::string change_commentary
Free-text commentary explaining the change.
Definition treatment_dimension.hpp:78
std::string description
Detailed description of this treatment type.
Definition treatment_dimension.hpp:68
std::string code
Unique code identifying this treatment type.
Definition treatment_dimension.hpp:58
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition treatment_dimension.hpp:88
std::string name
Human-readable name for display purposes.
Definition treatment_dimension.hpp:63
int version
Version number for optimistic locking and change tracking.
Definition treatment_dimension.hpp:45
std::string performed_by
Username of the account that performed this operation.
Definition treatment_dimension.hpp:83
std::string tenant_id
Tenant identifier for multi-tenancy isolation.
Definition treatment_dimension.hpp:50