Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateReplicat

Parameters for GoldenGate Replicat processes.

Properties

Optional mapParallelism

mapParallelism: undefined | number

Number of threads used to read trail files (valid for Parallel Replicat) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxApplyParallelism

maxApplyParallelism: undefined | number

Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minApplyParallelism

minApplyParallelism: undefined | number

Defines the range in which the Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional performanceProfile

performanceProfile: model.ReplicatPerformanceProfile

Replicat performance.

Functions

getDeserializedJsonObj

getJsonObj