Extract

class oci.database_migration.models.Extract(**kwargs)

Bases: object

Parameters for Extract processes.

Attributes

PERFORMANCE_PROFILE_HIGH A constant which can be used with the performance_profile property of a Extract.
PERFORMANCE_PROFILE_LOW A constant which can be used with the performance_profile property of a Extract.
PERFORMANCE_PROFILE_MEDIUM A constant which can be used with the performance_profile property of a Extract.
long_trans_duration Gets the long_trans_duration of this Extract.
performance_profile Gets the performance_profile of this Extract.

Methods

__init__(**kwargs) Initializes a new Extract object with values from keyword arguments.
PERFORMANCE_PROFILE_HIGH = 'HIGH'

A constant which can be used with the performance_profile property of a Extract. This constant has a value of “HIGH”

PERFORMANCE_PROFILE_LOW = 'LOW'

A constant which can be used with the performance_profile property of a Extract. This constant has a value of “LOW”

PERFORMANCE_PROFILE_MEDIUM = 'MEDIUM'

A constant which can be used with the performance_profile property of a Extract. This constant has a value of “MEDIUM”

__init__(**kwargs)

Initializes a new Extract object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • performance_profile (str) – The value to assign to the performance_profile property of this Extract. Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • long_trans_duration (int) – The value to assign to the long_trans_duration property of this Extract.
long_trans_duration

Gets the long_trans_duration of this Extract. 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.

Returns:The long_trans_duration of this Extract.
Return type:int
performance_profile

Gets the performance_profile of this Extract. Extract performance.

Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The performance_profile of this Extract.
Return type:str