Database Center v1beta API - Class Affiliation.Types.Lineage (1.0.0-beta07)

public sealed class Affiliation.Types.Lineage : IMessage<Affiliation.Types.Lineage>, IEquatable<Affiliation.Types.Lineage>, IDeepCloneable<Affiliation.Types.Lineage>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Affiliation.Types.Lineage

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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