DatasetComponent#
- class lsst.daf.butler.DatasetComponent(name: str, storageClass: StorageClass, component: Any)#
Bases:
objectComponent of a dataset and associated information.
Attributes Summary
Component extracted from the composite object.
Name of the component.
StorageClass to be used when reading or writing this component.
Attributes Documentation
- component: Any = <dataclasses._MISSING_TYPE object>#
Component extracted from the composite object.
- name: str = <dataclasses._MISSING_TYPE object>#
Name of the component.
- storageClass: StorageClass = <dataclasses._MISSING_TYPE object>#
StorageClass to be used when reading or writing this component.