Data Lineage v1 API - Class EntityReference (1.4.0)

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

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

The soft reference to everything you can attach a lineage event to.

Inheritance

object > EntityReference

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

EntityReference()

public EntityReference()

EntityReference(EntityReference)

public EntityReference(EntityReference other)
Parameter
Name Description
other EntityReference

Properties

FullyQualifiedName

public string FullyQualifiedName { get; set; }

Required. Fully Qualified Name (FQN) of the entity.

Property Value
Type Description
string