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