public sealed class MigrationJob.Types.PerformanceConfig : IMessage<MigrationJob.Types.PerformanceConfig>, IEquatable<MigrationJob.Types.PerformanceConfig>, IDeepCloneable<MigrationJob.Types.PerformanceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class MigrationJob.Types.PerformanceConfig.
Performance configuration definition.
Implements
IMessageMigrationJobTypesPerformanceConfig, IEquatableMigrationJobTypesPerformanceConfig, IDeepCloneableMigrationJobTypesPerformanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
PerformanceConfig()
public PerformanceConfig()PerformanceConfig(PerformanceConfig)
public PerformanceConfig(MigrationJob.Types.PerformanceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
MigrationJobTypesPerformanceConfig |
Properties
DumpParallelLevel
public MigrationJob.Types.PerformanceConfig.Types.DumpParallelLevel DumpParallelLevel { get; set; }Initial dump parallelism level.
| Property Value | |
|---|---|
| Type | Description |
MigrationJobTypesPerformanceConfigTypesDumpParallelLevel |
|