Show / Hide Table of Contents

Class Joiner

The information about a joiner object.

Inheritance
object
Operator
Joiner
Inherited Members
Operator.Key
Operator.ModelVersion
Operator.ParentRef
Operator.Name
Operator.Description
Operator.ObjectVersion
Operator.InputPorts
Operator.OutputPorts
Operator.ObjectStatus
Operator.Identifier
Operator.Parameters
Operator.OpConfigValues
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 Joiner : Operator

Properties

JoinCondition

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

JoinType

Declaration
[JsonProperty(PropertyName = "joinType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Joiner.JoinTypeEnum? JoinType { get; set; }
Property Value
Type Description
Joiner.JoinTypeEnum?

joinType

In this article
Back to top