Show / Hide Table of Contents

Class InputPort

The input port details.

Inheritance
object
TypedObject
InputPort
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 InputPort : 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 InputPort.PortTypeEnum? PortType { get; set; }
Property Value
Type Description
InputPort.PortTypeEnum?

The port details for the data asset.Type.

In this article
Back to top