FileDescriptor¶
-
class
lsst.daf.butler.
FileDescriptor
(location, storageClass, readStorageClass=None, parameters=None)¶ Bases:
object
Describes a particular file.
Parameters: - location :
Location
Storage location.
- storageClass :
StorageClass
StorageClass
associated with this file when it was stored.- readStorageClass :
StorageClass
, optional Storage class associated with reading the file. Defines the Python type that the in memory Dataset will have. Will default to the
storageClass
if not specified.- parameters :
dict
, optional Additional parameters that can be used for reading and writing.
Attributes Summary
location
parameters
storageClass
Attributes Documentation
-
location
¶
-
parameters
¶
-
storageClass
¶
- location :