Show / Hide Table of Contents

Class UpdateExtract

Parameters for Extract processes. If an empty object is specified, the stored Extract details will be removed.

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

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