Class CreateMySqlGgsDeploymentDetails
Optional settings for Oracle GoldenGate processes
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class CreateMySqlGgsDeploymentDetails
Properties
AcceptableLag
Declaration
[JsonProperty(PropertyName = "acceptableLag")]
public int? AcceptableLag { get; set; }
Property Value
Type | Description |
---|---|
int? | ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds. |
Replicat
Declaration
[JsonProperty(PropertyName = "replicat")]
public CreateReplicat Replicat { get; set; }
Property Value
Type | Description |
---|---|
CreateReplicat |