Class CreateOracleAssessmentDetails
Create Oracle Assessment resource parameters.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class CreateOracleAssessmentDetails : CreateAssessmentDetails
Properties
BulkIncludeExcludeData
Declaration
[JsonProperty(PropertyName = "bulkIncludeExcludeData")]
public string BulkIncludeExcludeData { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Specifies the database objects to be excluded from the migration in bulk. The definition accepts input in a CSV format, newline separated for each entry. More details can be found in the documentation. |
ExcludeObjects
Declaration
[JsonProperty(PropertyName = "excludeObjects")]
public List<OracleDatabaseObject> ExcludeObjects { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OracleDatabaseObject> | Database objects to exclude from migration, cannot be specified alongside 'includeObjects' |
IncludeObjects
Declaration
[JsonProperty(PropertyName = "includeObjects")]
public List<OracleDatabaseObject> IncludeObjects { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OracleDatabaseObject> | Database objects to include from migration, cannot be specified alongside 'excludeObjects' |