OracleWriteAttributes¶
-
class
oci.data_integration.models.
OracleWriteAttributes
(**kwargs)¶ Bases:
object
Properties to configure when writing to an Oracle Database.
Methods
__init__
(**kwargs)Initializes a new OracleWriteAttributes object with values from keyword arguments. Attributes
batch_size
Gets the batch_size of this OracleWriteAttributes. is_truncate
Gets the is_truncate of this OracleWriteAttributes. isolation_level
Gets the isolation_level of this OracleWriteAttributes. -
__init__
(**kwargs)¶ Initializes a new OracleWriteAttributes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - batch_size (int) – The value to assign to the batch_size property of this OracleWriteAttributes.
- is_truncate (bool) – The value to assign to the is_truncate property of this OracleWriteAttributes.
- isolation_level (str) – The value to assign to the isolation_level property of this OracleWriteAttributes.
-
batch_size
¶ Gets the batch_size of this OracleWriteAttributes. The batch size for writing.
Returns: The batch_size of this OracleWriteAttributes. Return type: int
-
is_truncate
¶ Gets the is_truncate of this OracleWriteAttributes. Specifies whether to truncate.
Returns: The is_truncate of this OracleWriteAttributes. Return type: bool
-
isolation_level
¶ Gets the isolation_level of this OracleWriteAttributes. Specifies the isolation level.
Returns: The isolation_level of this OracleWriteAttributes. Return type: str
-