Class MySqlMigration
Inheritance
MySqlMigration
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class MySqlMigration : Migration
Properties
AdvisorSettings
Declaration
[JsonProperty(PropertyName = "advisorSettings")]
public MySqlAdvisorSettings AdvisorSettings { get; set; }
Property Value
DataTransferMediumDetails
Declaration
[JsonProperty(PropertyName = "dataTransferMediumDetails")]
public MySqlDataTransferMediumDetails DataTransferMediumDetails { get; set; }
Property Value
GgsDetails
Declaration
[JsonProperty(PropertyName = "ggsDetails")]
public MySqlGgsDeploymentDetails GgsDetails { get; set; }
Property Value
HubDetails
Declaration
[JsonProperty(PropertyName = "hubDetails")]
public GoldenGateHubDetails HubDetails { get; set; }
Property Value
InitialLoadSettings
Declaration
[JsonProperty(PropertyName = "initialLoadSettings")]
public MySqlInitialLoadSettings InitialLoadSettings { get; set; }
Property Value