Database Migration v1 API - Enum BackgroundJobType (2.4.0)

public enum BackgroundJobType

Reference documentation and code samples for the Database Migration v1 API enum BackgroundJobType.

The types of jobs that can be executed in the background.

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
ApplyDestination

Job to apply the draft tree onto the destination.

Convert

Job to convert the source database into a draft of the destination database.

ImportRulesFile

Job to import and convert mapping rules from an external source such as an ora2pg config file.

SourceSeed

Job to seed from the source database.

Unspecified

Unspecified background job type.