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 or Formatter

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

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

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).