ruạṛ
a ���f�- � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractDataOperationConfig� )�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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�ReadOperationConfigz3 The information about the read operation. c K s� dddddddddddd d d� | _ dd dddddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new ReadOperationConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ReadOperationConfig.model_type` attribute of this class is ``READ_OPERATION_CONFIG`` 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 ReadOperationConfig. Allowed values for this property are: "READ_OPERATION_CONFIG", "WRITE_OPERATION_CONFIG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param metadata_config_properties: The value to assign to the metadata_config_properties property of this ReadOperationConfig. :type metadata_config_properties: dict(str, str) :param derived_attributes: The value to assign to the derived_attributes property of this ReadOperationConfig. :type derived_attributes: dict(str, str) :param call_attribute: The value to assign to the call_attribute property of this ReadOperationConfig. :type call_attribute: oci.data_integration.models.BipCallAttribute :param key: The value to assign to the key property of this ReadOperationConfig. :type key: str :param model_version: The value to assign to the model_version property of this ReadOperationConfig. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ReadOperationConfig. :type parent_ref: oci.data_integration.models.ParentReference :param operations: The value to assign to the operations property of this ReadOperationConfig. :type operations: list[oci.data_integration.models.PushDownOperation] :param data_format: The value to assign to the data_format property of this ReadOperationConfig. :type data_format: oci.data_integration.models.DataFormat :param partition_config: The value to assign to the partition_config property of this ReadOperationConfig. :type partition_config: oci.data_integration.models.PartitionConfig :param read_attribute: The value to assign to the read_attribute property of this ReadOperationConfig. :type read_attribute: oci.data_integration.models.AbstractReadAttribute :param incremental_read_config: The value to assign to the incremental_read_config property of this ReadOperationConfig. :type incremental_read_config: oci.data_integration.models.IncrementalReadConfig :param object_status: The value to assign to the object_status property of this ReadOperationConfig. :type object_status: int �strzdict(str, str)ZBipCallAttributeZParentReferencezlist[PushDownOperation]Z DataFormatZPartitionConfigZAbstractReadAttributeZIncrementalReadConfig�int) Z model_typeZmetadata_config_propertiesZderived_attributesZcall_attribute�key� model_version� parent_ref� operations�data_format�partition_config�read_attribute�incremental_read_config� object_statusZ modelTypeZmetadataConfigPropertiesZderivedAttributesZ callAttributer ZmodelVersionZ parentRefr Z dataFormatZpartitionConfigZ readAttributeZincrementalReadConfigZobjectStatusNZREAD_OPERATION_CONFIG)Z swagger_typesZ attribute_mapZ_model_typeZ_metadata_config_propertiesZ_derived_attributesZ_call_attribute�_key�_model_version�_parent_ref�_operations�_data_format�_partition_config�_read_attribute�_incremental_read_config�_object_status)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/data_integration/models/read_operation_config.py�__init__ sT >��zReadOperationConfig.__init__c C s | j S )z� Gets the key of this ReadOperationConfig. The object key. :return: The key of this ReadOperationConfig. :rtype: str �r �r r r r r ~ s zReadOperationConfig.keyc C s || _ dS )z� Sets the key of this ReadOperationConfig. The object key. :param key: The key of this ReadOperationConfig. :type: str Nr"