StoredFileInfo¶
-
class
lsst.daf.butler.
StoredFileInfo
(formatter: Union[str, Type[lsst.daf.butler.Formatter
],lsst.daf.butler.Formatter
], path: str, storageClass:lsst.daf.butler.StorageClass
, component: Optional[str], checksum: Optional[str], file_size: int)¶ Bases:
lsst.daf.butler.StoredDatastoreItemInfo
Datastore-private metadata associated with a Datastore file.
Attributes Summary
Checksum of the serialized dataset.
Component associated with this file.
Size of the serialized dataset in bytes.
Fully-qualified name of Formatter.
Path to dataset within Datastore.
StorageClass associated with Dataset.
Attributes Documentation
-
component
: Optional[str]¶ Component associated with this file. Can be None if the file does not refer to a component of a composite.
-
formatter
: str¶ Fully-qualified name of Formatter. If a Formatter class or instance is given the name will be extracted.
-
storageClass
:lsst.daf.butler.StorageClass
¶ StorageClass associated with Dataset.
-