interface MetadataEntry
| Language | Type name |
|---|---|
.NET | Constructs.MetadataEntry |
Java | software.constructs.MetadataEntry |
Python | constructs.MetadataEntry |
TypeScript (source) | constructs » MetadataEntry |
An entry in the construct metadata table.
Properties
| Name | Type | Description |
|---|---|---|
| data | any | The data. |
| type | string | The metadata entry type. |
| trace? | string[] | Stack trace. |
data
Type:
any
The data.
type
Type:
string
The metadata entry type.
trace?
Type:
string[]
(optional, default: no trace information)
Stack trace.
Can be omitted by setting the context key
ConstructMetadata.DISABLE_STACK_TRACE_IN_METADATA to 1.

.NET
Java
Python
TypeScript (