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.TableSpec
for a table and a class of a record which must be a subclass ofStoredDatastoreItemInfo
.Attributes Summary
Attributes Documentation
- table_spec: ddl.TableSpec¶