Show / Hide Table of Contents

Class CreateExtract

Parameters for GoldenGate Extract processes.

Inheritance
object
CreateExtract
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 CreateExtract

Properties

LongTransDuration

Declaration
[JsonProperty(PropertyName = "longTransDuration")]
public int? LongTransDuration { get; set; }
Property Value
Type Description
int?

Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.

PerformanceProfile

Declaration
[JsonProperty(PropertyName = "performanceProfile")]
[JsonConverter(typeof(StringEnumConverter))]
public ExtractPerformanceProfile? PerformanceProfile { get; set; }
Property Value
Type Description
ExtractPerformanceProfile?

Extract performance.

In this article
Back to top