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 : strorFormatterorFormatterclass.
- Full name of formatter to use to read this Dataset or a - Formatterinstance or class.
- 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 - StorageInfo- Attributes Summary - checksum- Checksum ( - str).- formatter- Full name of formatter ( - str).- path- Path to Dataset ( - str).- size- Size of stored object in bytes ( - int).- storageClass- StorageClass used ( - StorageClass).- Attributes Documentation - 
storageClass¶
- StorageClass used ( - StorageClass).
 
- formatter :