ChainedCollectionRecord

class lsst.daf.butler.registry.interfaces.ChainedCollectionRecord(key: Any, name: str, *, children: Iterable[str])

Bases: CollectionRecord[_Key]

A subclass of CollectionRecord that adds the list of child collections in a CHAINED collection.

Parameters:
keyobject

Unique collection key.

namestr

Name of the collection.

childrenIterable[str],

Ordered sequence of names of child collections.