tracdap.rt.metadata.stoarge

Module Contents

Classes

CopyStatus

Generic enumeration.

IncarnationStatus

Generic enumeration.

StorageCopy

StorageDefinition

StorageIncarnation

StorageItem

class tracdap.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 tracdap.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 tracdap.rt.metadata.stoarge.StorageCopy
copyStatus :CopyStatus
copyTimestamp :tracdap.rt.metadata.type.DatetimeValue
storageFormat :str
storageKey :str
storagePath :str
class tracdap.rt.metadata.stoarge.StorageDefinition
dataItems :Dict[str, StorageItem]
class tracdap.rt.metadata.stoarge.StorageIncarnation
copies :List[StorageCopy]
incarnationIndex :int
incarnationStatus :IncarnationStatus
incarnationTimestamp :tracdap.rt.metadata.type.DatetimeValue
class tracdap.rt.metadata.stoarge.StorageItem
incarnations :List[StorageIncarnation]