Database Migration v1 API - Enum MigrationJob.Types.PerformanceConfig.Types.DumpParallelLevel (2.4.0)

public enum MigrationJob.Types.PerformanceConfig.Types.DumpParallelLevel

Reference documentation and code samples for the Database Migration v1 API enum MigrationJob.Types.PerformanceConfig.Types.DumpParallelLevel.

Describes the parallelism level during initial dump.

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
Max

Maximum parallel level.

Min

Minimal parallel level.

Optimal

Optimal parallel level.

Unspecified

Unknown dump parallel level. Will be defaulted to OPTIMAL.