ApdbInsertId¶
- class lsst.dax.apdb.ApdbInsertId(id: UUID, insert_time: DateTime)¶
- Bases: - object- Class 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 to- storemethod.- Methods Summary - new_insert_id(insert_time)- Generate new unique insert identifier. - Methods Documentation - classmethod new_insert_id(insert_time: DateTime) ApdbInsertId¶
- Generate new unique insert identifier.