Class Lineage
lineage information of the affiliated resources This captures source, target and process which created the lineage.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class Lineage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProcessFqn
Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.
Declaration
[JsonProperty("processFqn")]
public virtual string ProcessFqn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProcessType
Optional. Type of process which created the lineage.
Declaration
[JsonProperty("processType")]
public virtual string ProcessType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceFqn
Optional. FQN of source table / column
Declaration
[JsonProperty("sourceFqn")]
public virtual string SourceFqn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetFqn
Optional. FQN of target table / column
Declaration
[JsonProperty("targetFqn")]
public virtual string TargetFqn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |