Class EntityGraphEnrichment
EntityGraphEnrichment contains the data table name and the enrichment applied to the entity.
Implements
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 |