DatastoreOpaqueTable¶
- class lsst.daf.butler.datastore.DatastoreOpaqueTable(table_spec: ddl.TableSpec, record_class: type[StoredDatastoreItemInfo])¶
- Bases: - object- Definition of the opaque table which stores datastore records. - Table definition contains - ddl.TableSpecfor a table and a class of a record which must be a subclass of- StoredDatastoreItemInfo.- Attributes Summary - Attributes Documentation - table_spec: ddl.TableSpec¶