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

Type

CopyStatus

copyTimestamp

copyTimestamp

Type

DatetimeValue

storageFormat

storageFormat

Type

str

storageKey

storageKey

Type

str

storageOptions

storageOptions

Type

Dict[str, Value]

storagePath

storagePath

Type

str

class tracdap.rt.metadata.stoarge.StorageDefinition
dataItems

dataItems

Type

Dict[str, StorageItem]

storageOptions

storageOptions

Type

Dict[str, Value]

class tracdap.rt.metadata.stoarge.StorageIncarnation
copies

copies

Type

List[StorageCopy]

incarnationIndex

incarnationIndex

Type

int

incarnationStatus

incarnationStatus

Type

IncarnationStatus

incarnationTimestamp

incarnationTimestamp

Type

DatetimeValue

class tracdap.rt.metadata.stoarge.StorageItem
incarnations

incarnations

Type

List[StorageIncarnation]