MetadataEntry
- class constructs.MetadataEntry(*, data, type, trace=None)
Bases:
objectAn 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 ifaddMetadata()is called withstackTrace: 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 withstackTrace: true.- Default:
no trace information
- type
The metadata entry type.