Class PublishedObjectFromDataLoaderTask
  The data loader task published object.
    Inheritance
    
    
    PublishedObjectFromDataLoaderTask
   
  
  
  Assembly: OCI.DotNetSDK.Dataintegration.dll
  Syntax
  
    public class PublishedObjectFromDataLoaderTask : PublishedObject
   
  Properties
  
  ConditionalCompositeFieldMap
  
  
  Declaration
  
    [JsonProperty(PropertyName = "conditionalCompositeFieldMap")]
public ConditionalCompositeFieldMap ConditionalCompositeFieldMap { get; set; }
   
  Property Value
  
  
  ConfigProviderDelegate
  
  
  Declaration
  
    [JsonProperty(PropertyName = "configProviderDelegate")]
public ConfigProvider ConfigProviderDelegate { get; set; }
   
  Property Value
  
  
  DataFlow
  
  
  Declaration
  
    [JsonProperty(PropertyName = "dataFlow")]
public DataFlow DataFlow { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "inputPorts")]
public List<InputPort> InputPorts { get; set; }
   
  Property Value
  
  
  IsSingleLoad
  
  
  Declaration
  
    [JsonProperty(PropertyName = "isSingleLoad")]
public bool? IsSingleLoad { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | bool? | If true, defines a singular load. | 
    
  
  
  OpConfigValues
  
  
  Declaration
  
    [JsonProperty(PropertyName = "opConfigValues")]
public ConfigValues OpConfigValues { get; set; }
   
  Property Value
  
  
  OutputPorts
  
  
  Declaration
  
    [JsonProperty(PropertyName = "outputPorts")]
public List<OutputPort> OutputPorts { get; set; }
   
  Property Value
  
  
  ParallelLoadLimit
  
  
  Declaration
  
    [JsonProperty(PropertyName = "parallelLoadLimit")]
public int? ParallelLoadLimit { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | int? | If not a singular load, this defines the number of entities being loaded in parallel at a time for a Data Loader task. | 
    
  
  
  Parameters
  
  
  Declaration
  
    [JsonProperty(PropertyName = "parameters")]
public List<Parameter> Parameters { get; set; }
   
  Property Value