public sealed class EventLink : IMessage<EventLink>, IEquatable<EventLink>, IDeepCloneable<EventLink>, IBufferMessage, IMessageReference documentation and code samples for the Data Lineage v1 API class EventLink.
A lineage between source and target entities.
Implements
IMessageEventLink, IEquatableEventLink, IDeepCloneableEventLink, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
EventLink()
public EventLink()EventLink(EventLink)
public EventLink(EventLink other)| Parameter | |
|---|---|
| Name | Description |
other |
EventLink |
Properties
Source
public EntityReference Source { get; set; }Required. Reference to the source entity
| Property Value | |
|---|---|
| Type | Description |
EntityReference |
|
Target
public EntityReference Target { get; set; }Required. Reference to the target entity
| Property Value | |
|---|---|
| Type | Description |
EntityReference |
|