QualityControl  1.5.1
O2 Data Quality Control Framework
Ccdb.ObjectVersion Class Reference
Collaboration diagram for Ccdb.ObjectVersion:

Public Member Functions

def __init__ (self, path, uuid, validFrom, validTo, metadata)
 
def __repr__ (self)
 

Public Attributes

 path
 
 uuid
 
 validFromAsDatetime
 
 validFrom
 
 validTo
 
 metadata
 

Detailed Description

A version of an object in the CCDB. 

In the CCDB an object can have many versions with different validity intervals. 
This class represents a single version. 

Constructor & Destructor Documentation

def Ccdb.ObjectVersion.__init__ (   self,
  path,
  uuid,
  validFrom,
  validTo,
  metadata 
)
Construct an ObjectVersion.
:param path: path to the object
:param uuid: unique id of the object
:param validFromAsDatetime: validity range smaller limit (in ms)
:param validTo: validity range bigger limit (in ms)

The documentation for this class was generated from the following file: