public sealed class Affiliation.Types.Lineage : IMessage<Affiliation.Types.Lineage>, IEquatable<Affiliation.Types.Lineage>, IDeepCloneable<Affiliation.Types.Lineage>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class Affiliation.Types.Lineage.
lineage information of the affiliated resources This captures source, target and process which created the lineage.
Implements
IMessageAffiliationTypesLineage, IEquatableAffiliationTypesLineage, IDeepCloneableAffiliationTypesLineage, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
Lineage()
public Lineage()Lineage(Lineage)
public Lineage(Affiliation.Types.Lineage other)| Parameter | |
|---|---|
| Name | Description |
other |
AffiliationTypesLineage |
Properties
ProcessFqn
public string ProcessFqn { get; set; }Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProcessType
public Affiliation.Types.ProcessType ProcessType { get; set; }Optional. Type of process which created the lineage.
| Property Value | |
|---|---|
| Type | Description |
AffiliationTypesProcessType |
|
SourceFqn
public string SourceFqn { get; set; }Optional. FQN of source table / column
| Property Value | |
|---|---|
| Type | Description |
string |
|
TargetFqn
public string TargetFqn { get; set; }Optional. FQN of target table / column
| Property Value | |
|---|---|
| Type | Description |
string |
|