ConfigEntry

class tracdap.rt.metadata.ConfigEntry

Represents the mapping of a config key to a config object.

configClass: str

Config class for this config entry.

configDeleted: bool

Flag indicating whether this config entry has been deleted.

configKey: str

Config key for this config entry.

configTimestamp: DatetimeValue

Timestamp for when this version of the config entry was created.

configVersion: int

Version of the config entry.

details: ConfigDetails | None

Describes the content of this config entry, can be used for list / summary views (optional).

isLatestConfig: bool

Flag indicating whether this is the latest version of the config entry.