Class Flatten
  The information about a flatten object.
Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class Flatten : Operator
   
  Properties
  
  FlattenDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "flattenDetails")]
public FlattenDetails FlattenDetails { get; set; }
   
  Property Value
  
  
  FlattenField
  
  
  Declaration
  
    [JsonProperty(PropertyName = "flattenField")]
public DynamicProxyField FlattenField { get; set; }
   
  Property Value
  
  
  MaterializedFlattenField
  
  
  Declaration
  
    [JsonProperty(PropertyName = "materializedFlattenField")]
public MaterializedDynamicField MaterializedFlattenField { get; set; }
   
  Property Value