StorageDefinition¶
- class tracdap.rt.metadata.StorageDefinition¶
Defines the physical storage for a file or dataset object
Each storage item corresponds to one logical data item, such as a version of a file or a snapshot of a data partition. Storage for each item is broken down into incarnations (data that has been expunged and recomputed) and copies (physical file-level copies for resilience, locality etc).
See also
- dataItems: Dict[str, StorageItem]¶
dataItems