Reference to an object-instance of AtlasEntity type used in relationship attribute values
| name | data type | description |
|---|---|---|
| displayText | string | |
| entityStatus | Status | |
| relationshipAttributes | AtlasStruct | |
| relationshipGuid | string | |
| relationshipStatus | Status | |
Properties inherited from AtlasObjectId |
||
| guid | string | |
| typeName | string | |
| uniqueAttributes | map of object | |
Example
{
"displayText" : "...",
"entityStatus" : "DELETED",
"relationshipAttributes" : {
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
},
"relationshipGuid" : "...",
"relationshipStatus" : "DELETED",
"guid" : "...",
"typeName" : "...",
"uniqueAttributes" : {
"property1" : { },
"property2" : { }
}
}