AtlasRelatedObjectId interface
对关系属性值中使用的 AtlasEntity 类型的对象实例的引用
属性
| display |
显示文本。 |
| entity |
实体的状态 - 可以处于活动状态或删除。 不会删除已删除的实体。 可能的值:“ACTIVE”、“DELETED” |
| guid | 对象的 GUID。 |
| relationship |
捕获结构内容的详细信息。 不直接实例化,仅通过 AtlasEntity、AtlasClassification 使用。 |
| relationship |
关系的 GUID。 |
| relationship |
关系状态的枚举。 可能的值:“ACTIVE”、“DELETED” |
| relationship |
关系类型 |
| type |
类型的名称。 |
| unique |
对象的唯一属性。 |
属性详细信息
displayText
显示文本。
displayText?: string
属性值
string
entityStatus
实体的状态 - 可以处于活动状态或删除。 不会删除已删除的实体。
可能的值:“ACTIVE”、“DELETED”
entityStatus?: string
属性值
string
guid
对象的 GUID。
guid?: string
属性值
string
relationshipAttributes
捕获结构内容的详细信息。 不直接实例化,仅通过 AtlasEntity、AtlasClassification 使用。
relationshipAttributes?: AtlasStruct
属性值
relationshipGuid
关系的 GUID。
relationshipGuid?: string
属性值
string
relationshipStatus
关系状态的枚举。
可能的值:“ACTIVE”、“DELETED”
relationshipStatus?: string
属性值
string
relationshipType
关系类型
relationshipType?: string
属性值
string
typeName
类型的名称。
typeName?: string
属性值
string
uniqueAttributes
对象的唯一属性。
uniqueAttributes?: Record<string, unknown>
属性值
Record<string, unknown>