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