public sealed class EntityReference : IMessage<EntityReference>, IEquatable<EntityReference>, IDeepCloneable<EntityReference>, IBufferMessage, IMessageReference documentation and code samples for the Data Lineage v1 API class EntityReference.
The soft reference to everything you can attach a lineage event to.
Implements
IMessageEntityReference, IEquatableEntityReference, IDeepCloneableEntityReference, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
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 |
|