|
def | __init__ (self, path, uuid, validFrom, validTo, metadata) |
|
def | __repr__ (self) |
|
|
| path |
|
| uuid |
|
| validFromAsDatetime |
|
| validFrom |
|
| validTo |
|
| metadata |
|
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.
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:
- Framework/script/RepoCleaner/Ccdb.py