trac.rt.metadata.stoarge

Module Contents

Classes

CopyStatus

Generic enumeration.

IncarnationStatus

Generic enumeration.

StorageCopy

StorageDefinition

StorageIncarnation

StorageItem

class trac.rt.metadata.stoarge.CopyStatus

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

COPY_AVAILABLE = [1]
COPY_EXPUNGED = [2]
COPY_STATUS_NOT_SET = [0]
class trac.rt.metadata.stoarge.IncarnationStatus

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

INCARNATION_AVAILABLE = [1]
INCARNATION_EXPUNGED = [2]
INCARNATION_STATUS_NOT_SET = [0]
class trac.rt.metadata.stoarge.StorageCopy
copyStatus :CopyStatus
copyTimestamp :trac.rt.metadata.type.DatetimeValue
storageFormat :str
storageKey :str
storagePath :str
class trac.rt.metadata.stoarge.StorageDefinition
dataItems :Dict[str, trac.metadata.StorageItem]
class trac.rt.metadata.stoarge.StorageIncarnation
copies :List[StorageCopy]
incarnationIndex :int
incarnationStatus :IncarnationStatus
incarnationTimestamp :trac.rt.metadata.type.DatetimeValue
class trac.rt.metadata.stoarge.StorageItem
incarnations :List[StorageIncarnation]