FileTransferRecord

class lsst.daf.butler.datastore.FileTransferRecord(location: Location, file_info: StoredFileInfo)

Bases: NamedTuple

Information needed to transfer a file from one Butler repository to another.

Attributes Summary

file_info

Alias for field number 1

location

Alias for field number 0

Attributes Documentation

file_info: StoredFileInfo

Alias for field number 1

location: Location

Alias for field number 0