AtlasStruct interface
Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
Properties
| attributes | The attributes of the struct. |
| last |
ETag for concurrency control. |
| type |
The name of the type. |
Property Details
attributes
The attributes of the struct.
attributes?: Record<string, unknown>
Property Value
Record<string, unknown>
lastModifiedTS
ETag for concurrency control.
lastModifiedTS?: string
Property Value
string
typeName
The name of the type.
typeName?: string
Property Value
string