Show / Hide Table of Contents

Class Flatten

The information about a flatten object.

Inheritance
object
Operator
Flatten
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 Flatten : Operator

Properties

FlattenDetails

Declaration
[JsonProperty(PropertyName = "flattenDetails")]
public FlattenDetails FlattenDetails { get; set; }
Property Value
Type Description
FlattenDetails

FlattenField

Declaration
[JsonProperty(PropertyName = "flattenField")]
public DynamicProxyField FlattenField { get; set; }
Property Value
Type Description
DynamicProxyField

MaterializedFlattenField

Declaration
[JsonProperty(PropertyName = "materializedFlattenField")]
public MaterializedDynamicField MaterializedFlattenField { get; set; }
Property Value
Type Description
MaterializedDynamicField
In this article
Back to top