StoredItemInfo¶
-
class
lsst.daf.butler.datastores.inMemoryDatastore.
StoredItemInfo
(timestamp, storageClass, parentID=None)¶ Bases:
object
Internal Metadata associated with a DatasetRef.
Parameters: - timestamp :
float
Unix timestamp indicating the time the dataset was stored.
- storageClass :
StorageClass
StorageClass associated with the dataset.
- parentID :
int
, optional 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
- timestamp :