Class OracleInitialLoadSettings
  Optional settings for Data Pump Export and Import jobs
    Inheritance
    
    OracleInitialLoadSettings
   
  
  
  Assembly: OCI.DotNetSDK.Databasemigration.dll
  Syntax
  
    public class OracleInitialLoadSettings
   
  Properties
  
  DataPumpParameters
  
  
  Declaration
  
    [JsonProperty(PropertyName = "dataPumpParameters")]
public DataPumpParameters DataPumpParameters { get; set; }
   
  Property Value
  
  
  ExportDirectoryObject
  
  
  Declaration
  
    [JsonProperty(PropertyName = "exportDirectoryObject")]
public DirectoryObject ExportDirectoryObject { get; set; }
   
  Property Value
  
  
  ImportDirectoryObject
  
  
  Declaration
  
    [JsonProperty(PropertyName = "importDirectoryObject")]
public DirectoryObject ImportDirectoryObject { get; set; }
   
  Property Value
  
  
  JobMode
  
  
  Declaration
  
    [Required(ErrorMessage = "JobMode is required.")]
[JsonProperty(PropertyName = "jobMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public JobModeOracle? JobMode { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "metadataRemaps")]
public List<MetadataRemap> MetadataRemaps { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | List<MetadataRemap> | Defines remapping to be applied to objects as they are processed. | 
    
  
  
  TablespaceDetails
  
  
  Declaration
  
    [JsonProperty(PropertyName = "tablespaceDetails")]
public TargetTypeTablespaceDetails TablespaceDetails { get; set; }
   
  Property Value