Show / Hide Table of Contents

Class OracleGgsDeploymentDetails

Optional settings for Oracle GoldenGate processes

Inheritance
object
OracleGgsDeploymentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class OracleGgsDeploymentDetails

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.

Extract

Declaration
[JsonProperty(PropertyName = "extract")]
public Extract Extract { get; set; }
Property Value
Type Description
Extract

GgsDeployment

Declaration
[JsonProperty(PropertyName = "ggsDeployment")]
public GgsDeployment GgsDeployment { get; set; }
Property Value
Type Description
GgsDeployment

Replicat

Declaration
[JsonProperty(PropertyName = "replicat")]
public Replicat Replicat { get; set; }
Property Value
Type Description
Replicat
In this article
Back to top