Show / Hide Table of Contents

Class OutputLink

Details about the outgoing data of an operator in a data flow design.

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

Properties

ToLinks

Declaration
[JsonProperty(PropertyName = "toLinks")]
public List<string> ToLinks { get; set; }
Property Value
Type Description
List<string>

The links from this output link to connect to other links in flow.

In this article
Back to top