Show / Hide Table of Contents

Class EntityGraphEnrichment

EntityGraphEnrichment contains the data table name and the enrichment applied to the entity.

Inheritance
object
EntityGraphEnrichment
Implements
IMessage<EntityGraphEnrichment>
IEquatable<EntityGraphEnrichment>
IDeepCloneable<EntityGraphEnrichment>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class EntityGraphEnrichment : IMessage<EntityGraphEnrichment>, IEquatable<EntityGraphEnrichment>, IDeepCloneable<EntityGraphEnrichment>, IBufferMessage, IMessage

Constructors

EntityGraphEnrichment()

Declaration
public EntityGraphEnrichment()

EntityGraphEnrichment(EntityGraphEnrichment)

Declaration
public EntityGraphEnrichment(EntityGraphEnrichment other)
Parameters
Type Name Description
EntityGraphEnrichment other

Properties

DataTable

The name of the data table.

Declaration
public string DataTable { get; set; }
Property Value
Type Description
string

EnrichmentType

The type of enrichment.

Declaration
public EntityGraphEnrichment.Types.EnrichmentType EnrichmentType { get; set; }
Property Value
Type Description
EntityGraphEnrichment.Types.EnrichmentType

OverriddenEntity

The entity which has only the overridden fields populated. Only populated if the enrichment type is OVERRIDE.

Declaration
public Entity OverriddenEntity { get; set; }
Property Value
Type Description
Entity
In this article
Back to top Generated by DocFX