Class InputLink
Details about the incoming data to an operator in a data flow design.
Inherited Members
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. |