Class UpdateExtract
Parameters for Extract processes. If an empty object is specified, the stored Extract details will be removed.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class UpdateExtractProperties
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. |