Class LineageRelationship
Declares how two elements of object lineage are related.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class LineageRelationshipProperties
FromObjectKey
Declaration
[JsonProperty(PropertyName = "fromObjectKey")]
public string FromObjectKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Object key of source lineage element. | 
RelationshipType
Declaration
[JsonProperty(PropertyName = "relationshipType")]
public string RelationshipType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Type of the relationship. | 
ToObjectKey
Declaration
[JsonProperty(PropertyName = "toObjectKey")]
public string ToObjectKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Object key of target lineage element. |