Atlas relationship instance.
name | data type | description |
---|---|---|
blockedPropagatedClassifications | array of AtlasClassification | |
createTime | number | |
createdBy | string | |
end1 | AtlasObjectId | |
end2 | AtlasObjectId | |
guid | string | |
homeId | string | |
label | string | |
propagateTags | PropagateTags | |
propagatedClassifications | array of AtlasClassification | |
provenanceType | number | |
status | Status | |
updateTime | number | |
updatedBy | string | |
version | number | |
Properties inherited from AtlasStruct |
||
attributes | map of object | |
typeName | string |
Example
{ "blockedPropagatedClassifications" : [ { "entityGuid" : "...", "entityStatus" : "ACTIVE", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { "endTime" : "...", "startTime" : "...", "timeZone" : "..." }, { "endTime" : "...", "startTime" : "...", "timeZone" : "..." } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }, { "entityGuid" : "...", "entityStatus" : "ACTIVE", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { "endTime" : "...", "startTime" : "...", "timeZone" : "..." }, { "endTime" : "...", "startTime" : "...", "timeZone" : "..." } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." } ], "createTime" : 12345, "createdBy" : "...", "end1" : { "guid" : "...", "typeName" : "...", "uniqueAttributes" : { "property1" : { }, "property2" : { } } }, "end2" : { "guid" : "...", "typeName" : "...", "uniqueAttributes" : { "property1" : { }, "property2" : { } } }, "guid" : "...", "homeId" : "...", "label" : "...", "propagateTags" : "NONE", "propagatedClassifications" : [ { "entityGuid" : "...", "entityStatus" : "ACTIVE", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { "endTime" : "...", "startTime" : "...", "timeZone" : "..." }, { "endTime" : "...", "startTime" : "...", "timeZone" : "..." } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }, { "entityGuid" : "...", "entityStatus" : "PURGED", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { "endTime" : "...", "startTime" : "...", "timeZone" : "..." }, { "endTime" : "...", "startTime" : "...", "timeZone" : "..." } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." } ], "provenanceType" : 12345, "status" : "ACTIVE", "updateTime" : 12345, "updatedBy" : "...", "version" : 12345, "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }