Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
1.0 KiB
Markdown
Raw Normal View History

2025-08-12 13:29:42 +05:30
---
title: esEntityRelationshipData
slug: /main-concepts/metadata-standard/schemas/api/entityrelationship/esentityrelationshipdata
---
# EsEntityRelationshipData
*Response object for the search entity relationship request from Elastic Search.*
## Properties
- **`entity`**: Entity in the relationship (upstream/source entity). Refer to *./relationshipRef.json*.
- **`relatedEntity`**: Related Entity in the relationship (downstream/target entity). Refer to *./relationshipRef.json*.
- **`columns`** *(array)*: Columns associated with the relationship.
- **Items** *(object)*
- **`columnFQN`** *(string)*: Column FQN in the entity.
- **`relatedColumnFQN`** *(string)*: Related column FQN in the related entity.
- **`relationshipType`** *(string)*: Type of relationship between columns.
- **`description`** *(string)*: Description of the relationship.
- **`docId`** *(string)*: Doc Id for the Entity Relationship.
- **`relationshipType`** *(string)*: Type of relationship.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.