Show / Hide Table of Contents

Class InputLink

Details about the incoming data to an operator in a data flow design.

Inheritance
object
FlowPortLink
InputLink
Inherited Members
FlowPortLink.Key
FlowPortLink.ModelVersion
FlowPortLink.ParentRef
FlowPortLink.ObjectStatus
FlowPortLink.Description
FlowPortLink.Port
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class InputLink : FlowPortLink

Properties

FieldMap

Declaration
[JsonProperty(PropertyName = "fieldMap")]
public FieldMap FieldMap { get; set; }
Property Value
Type Description
FieldMap

FromLink

Declaration
[JsonProperty(PropertyName = "fromLink")]
public string FromLink { get; set; }
Property Value
Type Description
string

The from link reference.

In this article
Back to top