Show / Hide Table of Contents

Class FlowPort

Each operator owns a set of InputPort and OutputPort objects (can scale to zero), which represent the ports that can be connected to/from the operator.

Inheritance
object
TypedObject
FlowPort
Inherited Members
TypedObject.Key
TypedObject.ModelVersion
TypedObject.ParentRef
TypedObject.ConfigValues
TypedObject.ObjectStatus
TypedObject.Name
TypedObject.Description
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 FlowPort : TypedObject
In this article
Back to top