MetadataEntry

class constructs.MetadataEntry(*, data, type, trace=None)

Bases: object

An entry in the construct metadata table.

Parameters:
  • data (Any) – The data.

  • type (str) – The metadata entry type.

  • trace (Optional[Sequence[str]]) – Stack trace at the point of adding the metadata. Only available if addMetadata() is called with stackTrace: true. Default: - no trace information

Attributes

data

The data.

trace

Stack trace at the point of adding the metadata.

Only available if addMetadata() is called with stackTrace: true.

Default:
  • no trace information

type

The metadata entry type.