Class OracleAdvisorSettings
Details about Oracle Advisor Settings.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class OracleAdvisorSettingsProperties
IsIgnoreErrors
Declaration
[JsonProperty(PropertyName = "isIgnoreErrors")]
public bool? IsIgnoreErrors { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false. | 
IsSkipAdvisor
Declaration
[JsonProperty(PropertyName = "isSkipAdvisor")]
public bool? IsSkipAdvisor { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True to skip the Pre-Migration Advisor execution. Default is false. |