ApdbInsertId¶
-
class
lsst.dax.apdb.ApdbInsertId(id: uuid.UUID)¶ Bases:
objectClass used to identify single insert operation.
Instances of this class are used to identify the units of transfer from APDB to PPDB. Usually single
ApdbInsertIdcorresponds to a single call tostoremethod.Methods Summary
new_insert_id()Generate new unique insert identifier. Methods Documentation
-
classmethod
new_insert_id() → lsst.dax.apdb.apdb.ApdbInsertId¶ Generate new unique insert identifier.
-
classmethod