CopyStatus¶
- class tracdap.rt.metadata.CopyStatus¶
Bases:
enum.Enum
Status of an individual copy of a data storage item
See also
- COPY_AVAILABLE = 1¶
The copy of the data item is available in storage to access
- COPY_EXPUNGED = 2¶
The copy of the data item has been expunged and is no longer available
- COPY_STATUS_NOT_SET = 0¶