StoredFileInfo¶
- 
class 
lsst.daf.butler.StoredFileInfo(formatter, path, storageClass, checksum=None, size=None)¶ Bases:
objectInformation 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
StorageInfoAttributes Summary
checksumChecksum ( str).formatterFull name of formatter ( str).pathPath to Dataset ( str).sizeSize of stored object in bytes ( int).storageClassStorageClass used ( StorageClass).Attributes Documentation
- 
storageClass¶ StorageClass used (
StorageClass).
- formatter :