StoredFileInfo¶
-
class
lsst.daf.butler.StoredFileInfo(formatter: str, path: str, storageClass: lsst.daf.butler.core.storageClass.StorageClass, checksum: Optional[str], file_size: int)¶ Bases:
lsst.daf.butler.StoredDatastoreItemInfoDatastore-private metadata associated with a file stored in a Datastore.
Attributes Summary
checksumChecksum of the serialized dataset. file_sizeSize of the serialized dataset in bytes. formatterFully-qualified name of Formatter. pathPath to dataset within Datastore. storageClassStorageClass associated with Dataset. Attributes Documentation
-
checksum¶ Checksum of the serialized dataset.
-
file_size¶ Size of the serialized dataset in bytes.
-
formatter¶ Fully-qualified name of Formatter.
-
path¶ Path to dataset within Datastore.
-
storageClass¶ StorageClass associated with Dataset.
-