Class CreateReplicat
Parameters for GoldenGate Replicat processes.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class CreateReplicat
Properties
PerformanceProfile
Declaration
[JsonProperty(PropertyName = "performanceProfile")]
[JsonConverter(typeof(StringEnumConverter))]
public ReplicatPerformanceProfile? PerformanceProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| ReplicatPerformanceProfile? | Replicat performance. |