Class MySqlHomogeneousConfig
Configuration for MySQL to MySQL migrations.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class MySqlHomogeneousConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsPrimaryDestination
Optional. Whether the destination for the migration job is a primary instance.
Declaration
[JsonProperty("isPrimaryDestination")]
public virtual bool? IsPrimaryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |