StoredItemInfo¶
- 
class 
lsst.daf.butler.datastores.inMemoryDatastore.StoredItemInfo(timestamp, storageClass, parentID=None)¶ Bases:
objectInternal 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
DatasetRefif this entry is a concrete composite. Not used if the dataset being stored is not a virtual component of a composite
- timestamp :