Class CreateTaskFromDataLoaderTask
  The information about a data flow task.
    Inheritance
    
    
    CreateTaskFromDataLoaderTask
   
  
  
  Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class CreateTaskFromDataLoaderTask : CreateTaskDetails
   
  Properties
  
  ConditionalCompositeFieldMap
  
  
  Declaration
  
    [JsonProperty(PropertyName = "conditionalCompositeFieldMap")]
public ConditionalCompositeFieldMap ConditionalCompositeFieldMap { get; set; }
   
  Property Value
  
  
  DataFlow
  
  
  Declaration
  
    [JsonProperty(PropertyName = "dataFlow")]
public DataFlow DataFlow { get; set; }
   
  Property Value
  
  
  IsSingleLoad
  
  
  Declaration
  
    [JsonProperty(PropertyName = "isSingleLoad")]
public bool? IsSingleLoad { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | Defines whether Data Loader task is used for single load or multiple | 
    
  
  
  ParallelLoadLimit
  
  
  Declaration
  
    [JsonProperty(PropertyName = "parallelLoadLimit")]
public int? ParallelLoadLimit { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | int? | Defines the number of entities being loaded in parallel at a time for a Data Loader task |