StoredMemoryItemInfo

class lsst.daf.butler.datastores.inMemoryDatastore.StoredMemoryItemInfo(timestamp: float, storageClass: StorageClass, parentID: UUID)

Bases: StoredDatastoreItemInfo

Internal InMemoryDatastore Metadata associated with a stored DatasetRef.

Attributes Summary

parentID

ID of the parent DatasetRef if this entry is a concrete composite.

storageClass

StorageClass associated with the dataset.

timestamp

Unix timestamp indicating the time the dataset was stored.

Attributes Documentation

parentID: 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: StorageClass

StorageClass associated with the dataset.

timestamp: float

Unix timestamp indicating the time the dataset was stored.