UpdateExtract¶
-
class
oci.database_migration.models.
UpdateExtract
(**kwargs)¶ Bases:
object
Parameters for Extract processes. If an empty object is specified, the stored Extract details will be removed.
Attributes
PERFORMANCE_PROFILE_HIGH
A constant which can be used with the performance_profile property of a UpdateExtract. PERFORMANCE_PROFILE_LOW
A constant which can be used with the performance_profile property of a UpdateExtract. PERFORMANCE_PROFILE_MEDIUM
A constant which can be used with the performance_profile property of a UpdateExtract. long_trans_duration
Gets the long_trans_duration of this UpdateExtract. performance_profile
Gets the performance_profile of this UpdateExtract. Methods
__init__
(**kwargs)Initializes a new UpdateExtract object with values from keyword arguments. -
PERFORMANCE_PROFILE_HIGH
= 'HIGH'¶ A constant which can be used with the performance_profile property of a UpdateExtract. This constant has a value of “HIGH”
-
PERFORMANCE_PROFILE_LOW
= 'LOW'¶ A constant which can be used with the performance_profile property of a UpdateExtract. This constant has a value of “LOW”
-
PERFORMANCE_PROFILE_MEDIUM
= 'MEDIUM'¶ A constant which can be used with the performance_profile property of a UpdateExtract. This constant has a value of “MEDIUM”
-
__init__
(**kwargs)¶ Initializes a new UpdateExtract 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 UpdateExtract. Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”
- long_trans_duration (int) – The value to assign to the long_trans_duration property of this UpdateExtract.
-
long_trans_duration
¶ Gets the long_trans_duration of this UpdateExtract. 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 UpdateExtract. Return type: int
-
performance_profile
¶ Gets the performance_profile of this UpdateExtract. Extract performance.
Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”
Returns: The performance_profile of this UpdateExtract. Return type: str
-