StoredMemoryItemInfo¶
- 
class 
lsst.daf.butler.datastores.inMemoryDatastore.StoredMemoryItemInfo(timestamp: float, storageClass: lsst.daf.butler.core.storageClass.StorageClass, parentID: Optional[int])¶ Bases:
lsst.daf.butler.StoredDatastoreItemInfoInternal InMemoryDatastore Metadata associated with a stored DatasetRef.
Attributes Summary
parentIDID of the parent DatasetRefif this entry is a concrete composite.storageClassStorageClass associated with the dataset. timestampUnix timestamp indicating the time the dataset was stored. Attributes Documentation
- 
parentID¶ ID of the parent
DatasetRefif this entry is a concrete composite. Not used if the dataset being stored is not a virtual component of a composite
- 
storageClass¶ StorageClass associated with the dataset.
- 
timestamp¶ Unix timestamp indicating the time the dataset was stored.
-