Show / Hide Table of Contents

Class OutputPort

The output port details.

Inheritance
object
TypedObject
OutputPort
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 OutputPort : TypedObject

Properties

Fields

Declaration
[JsonProperty(PropertyName = "fields")]
public List<TypedObject> Fields { get; set; }
Property Value
Type Description
List<TypedObject>

An array of fields.

PortType

Declaration
[JsonProperty(PropertyName = "portType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OutputPort.PortTypeEnum? PortType { get; set; }
Property Value
Type Description
OutputPort.PortTypeEnum?

The port details for the data asset.Type.

In this article
Back to top