AtlasEntityHeaderOutput interface
An instance of an entity - like hive_table, hive_database.
Properties
| attributes | The attributes of the struct. |
| classification |
An array of classification names. |
| classifications | An array of classifications. |
| display |
The display text. |
| guid | The GUID of the record. |
| is |
Whether it is a shell entity |
| labels | labels |
| last |
ETag for concurrency control. |
| meaning |
An array of meanings. |
| meanings | An array of term assignment headers. |
| status | Status of the entity - can be active or deleted. Deleted entities are not removed. Possible values: "ACTIVE", "DELETED" |
| type |
The name of the type. |
Property Details
attributes
The attributes of the struct.
attributes?: Record<string, any>
Property Value
Record<string, any>
classificationNames
An array of classification names.
classificationNames?: string[]
Property Value
string[]
classifications
An array of classifications.
classifications?: AtlasClassificationOutput[]
Property Value
displayText
The display text.
displayText?: string
Property Value
string
guid
The GUID of the record.
guid?: string
Property Value
string
isIncomplete
Whether it is a shell entity
isIncomplete?: boolean
Property Value
boolean
labels
labels
labels?: string[]
Property Value
string[]
lastModifiedTS
ETag for concurrency control.
lastModifiedTS?: string
Property Value
string
meaningNames
An array of meanings.
meaningNames?: string[]
Property Value
string[]
meanings
An array of term assignment headers.
meanings?: AtlasTermAssignmentHeaderOutput[]
Property Value
status
Status of the entity - can be active or deleted. Deleted entities are not removed.
Possible values: "ACTIVE", "DELETED"
status?: string
Property Value
string
typeName
The name of the type.
typeName?: string
Property Value
string