Show / Hide Table of Contents

Class ConditionalInputLink

The information about the conditional input link.

Inheritance
object
FlowPortLink
ConditionalInputLink
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 ConditionalInputLink : FlowPortLink

Properties

Condition

Declaration
[JsonProperty(PropertyName = "condition")]
public Expression Condition { get; set; }
Property Value
Type Description
Expression

FieldMap

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

FromLink

Declaration
[JsonProperty(PropertyName = "fromLink")]
public OutputLink FromLink { get; set; }
Property Value
Type Description
OutputLink
In this article
Back to top