StoredFileInfo¶
- 
class lsst.daf.butler.StoredFileInfo(formatter, path, storageClass)¶
- Bases: - object- Information associated with a stored file in a Datastore. - Parameters: - formatter : strorFormatter
- Full name of formatter to use to read this Dataset or a - Formatterinstance.
- path : str
- Path to Dataset, relative to - Datastoreroot.
- storageClass : StorageClass
- StorageClassused 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 
- formatter :