Data Lineage v1 API - Class EventLink (1.1.0)

public sealed class EventLink : IMessage<EventLink>, IEquatable<EventLink>, IDeepCloneable<EventLink>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Lineage v1 API class EventLink.

A lineage between source and target entities.

Inheritance

object > EventLink

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

public EventLink()
public EventLink(EventLink other)
Parameter
NameDescription
otherEventLink

Properties

public EntityReference Source { get; set; }

Required. Reference to the source entity

Property Value
TypeDescription
EntityReference
public EntityReference Target { get; set; }

Required. Reference to the target entity

Property Value
TypeDescription
EntityReference