20#ifndef ORES_DQ_DOMAIN_SUBJECT_AREA_HPP
21#define ORES_DQ_DOMAIN_SUBJECT_AREA_HPP
26namespace ores::dq::domain {
Represents a subdivision within a data domain.
Definition subject_area.hpp:38
std::string domain_name
Name of the data domain this subject area belongs to.
Definition subject_area.hpp:57
std::string change_commentary
Free-text commentary explaining the change.
Definition subject_area.hpp:72
std::string description
Human-readable description of the subject area's purpose.
Definition subject_area.hpp:62
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition subject_area.hpp:77
std::string name
Name of this subject area within its domain.
Definition subject_area.hpp:50
std::string recorded_by
Username of the person who last modified this subject area.
Definition subject_area.hpp:67
int version
Version number for optimistic locking and change tracking.
Definition subject_area.hpp:42