StoredFileInfo¶
-
class
lsst.daf.butler.
StoredFileInfo
(formatter, path, storageClass, checksum=None, size=None)¶ Bases:
object
Information associated with a stored file in a Datastore.
Parameters: - formatter :
str
orFormatter
Full name of formatter to use to read this Dataset or a
Formatter
instance.- path :
str
Path to Dataset, relative to
Datastore
root.- storageClass :
StorageClass
StorageClass
used when writing the file. This can differ from that used to read the file if a component is being requested from a concrete composite.
See also
StorageInfo
- formatter :