IncarnationStatus¶
- class tracdap.metadata.IncarnationStatus¶
Bases:
enum.Enum
Status of an individual incarnation of a data storage item
See also
- INCARNATION_AVAILABLE = 1¶
The incarnation of the data item has at least one copy available in storage
- INCARNATION_EXPUNGED = 2¶
This incarnation of the data item is no longer available in storage, all copies have been expunged
- INCARNATION_STATUS_NOT_SET = 0¶