CollectionRecord¶
-
class
lsst.daf.butler.registry.interfaces.
CollectionRecord
(name: str, type: lsst.daf.butler.registry._collectionType.CollectionType)¶ Bases:
abc.ABC
A struct used to represent a collection in internal
Registry
APIs.User-facing code should always just use a
str
to represent collections.Parameters: - name :
str
Name of the collection.
- type :
CollectionType
Enumeration value describing the type of the collection.
Attributes Summary
key
The primary/foreign key value for this collection. Attributes Documentation
-
key
¶ The primary/foreign key value for this collection.
- name :