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 of StoredDatastoreItemInfo.

Attributes Summary

record_class

table_spec

Attributes Documentation

record_class: type[StoredDatastoreItemInfo]
table_spec: ddl.TableSpec