| Categorized Class |
Data PropertyA Data Property is a Data Asset that is fundamentally defined by its value. It doesn't evolve over time is thereby immutable. It represents a logical view of a data structure that stored in data stores. For instance an address or a customer name are usually considered as Data Property(ies). |
|---|
| Name | Description |
|---|---|
Logical Data Property |
A Logical Data Property is an immutable type that is distinguishable only by the state of its properties. That is, unlike a Logical Data Entity, which has a unique identifier and remains distinct even if its properties are otherwise identical, two Value Objects with the exact same properties can be considered equal. |
Physical Data Property |
A Physical Data Property is a Physical Data Asset that is fundamentally defined by its value. It doesn't evolve over time is thereby immutable. It represents a data structure that is stored in any kind of data store: databases, data files. For instance an "address" or a "customer name" are usually considered as Physical Data Property(ies). |