ReadOperationConfig¶
- 
class oci.data_integration.models.ReadOperationConfig(**kwargs)¶
- Bases: - oci.data_integration.models.abstract_data_operation_config.AbstractDataOperationConfig- The information about the read operation. - Attributes - MODEL_TYPE_READ_OPERATION_CONFIG- str(object=’’) -> str - MODEL_TYPE_WRITE_OPERATION_CONFIG- str(object=’’) -> str - call_attribute- Gets the call_attribute of this AbstractDataOperationConfig. - data_format- Gets the data_format of this ReadOperationConfig. - derived_attributes- Gets the derived_attributes of this AbstractDataOperationConfig. - incremental_read_config- Gets the incremental_read_config of this ReadOperationConfig. - key- Gets the key of this ReadOperationConfig. - metadata_config_properties- Gets the metadata_config_properties of this AbstractDataOperationConfig. - model_type- [Required] Gets the model_type of this AbstractDataOperationConfig. - model_version- Gets the model_version of this ReadOperationConfig. - object_status- Gets the object_status of this ReadOperationConfig. - operations- Gets the operations of this ReadOperationConfig. - parent_ref- Gets the parent_ref of this ReadOperationConfig. - partition_config- Gets the partition_config of this ReadOperationConfig. - read_attribute- Gets the read_attribute of this ReadOperationConfig. - Methods - __init__(**kwargs)- Initializes a new ReadOperationConfig object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
MODEL_TYPE_READ_OPERATION_CONFIG= 'READ_OPERATION_CONFIG'¶
 - 
MODEL_TYPE_WRITE_OPERATION_CONFIG= 'WRITE_OPERATION_CONFIG'¶
 - 
__init__(**kwargs)¶
- Initializes a new ReadOperationConfig object with values from keyword arguments. The default value of the - model_typeattribute of this class is- READ_OPERATION_CONFIGand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - model_type (str) – 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’.
- metadata_config_properties (dict(str, str)) – The value to assign to the metadata_config_properties property of this ReadOperationConfig.
- derived_attributes (dict(str, str)) – The value to assign to the derived_attributes property of this ReadOperationConfig.
- call_attribute (oci.data_integration.models.BipCallAttribute) – The value to assign to the call_attribute property of this ReadOperationConfig.
- key (str) – The value to assign to the key property of this ReadOperationConfig.
- model_version (str) – The value to assign to the model_version property of this ReadOperationConfig.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ReadOperationConfig.
- operations (list[oci.data_integration.models.PushDownOperation]) – The value to assign to the operations property of this ReadOperationConfig.
- data_format (oci.data_integration.models.DataFormat) – The value to assign to the data_format property of this ReadOperationConfig.
- partition_config (oci.data_integration.models.PartitionConfig) – The value to assign to the partition_config property of this ReadOperationConfig.
- read_attribute (oci.data_integration.models.AbstractReadAttribute) – The value to assign to the read_attribute property of this ReadOperationConfig.
- incremental_read_config (oci.data_integration.models.IncrementalReadConfig) – The value to assign to the incremental_read_config property of this ReadOperationConfig.
- object_status (int) – The value to assign to the object_status property of this ReadOperationConfig.
 
 - 
call_attribute¶
- Gets the call_attribute of this AbstractDataOperationConfig. - Returns: - The call_attribute of this AbstractDataOperationConfig. - Return type: - oci.data_integration.models.BipCallAttribute 
 - 
data_format¶
- Gets the data_format of this ReadOperationConfig. - Returns: - The data_format of this ReadOperationConfig. - Return type: - oci.data_integration.models.DataFormat 
 - 
derived_attributes¶
- Gets the derived_attributes of this AbstractDataOperationConfig. this map is used for passing BIP report parameter values. - Returns: - The derived_attributes of this AbstractDataOperationConfig. - Return type: - dict(str, str) 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
incremental_read_config¶
- Gets the incremental_read_config of this ReadOperationConfig. - Returns: - The incremental_read_config of this ReadOperationConfig. - Return type: - oci.data_integration.models.IncrementalReadConfig 
 - 
key¶
- Gets the key of this ReadOperationConfig. The object key. - Returns: - The key of this ReadOperationConfig. - Return type: - str 
 - 
metadata_config_properties¶
- Gets the metadata_config_properties of this AbstractDataOperationConfig. This map is used for passing extra metatdata configuration that is required by read / write operation. - Returns: - The metadata_config_properties of this AbstractDataOperationConfig. - Return type: - dict(str, str) 
 - 
model_type¶
- [Required] Gets the model_type of this AbstractDataOperationConfig. The type of data operation. - 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’. - Returns: - The model_type of this AbstractDataOperationConfig. - Return type: - str 
 - 
model_version¶
- Gets the model_version of this ReadOperationConfig. The object’s model version. - Returns: - The model_version of this ReadOperationConfig. - Return type: - str 
 - 
object_status¶
- Gets the object_status of this ReadOperationConfig. The status of an object that can be set to value 1 for shallow references across objects, other values reserved. - Returns: - The object_status of this ReadOperationConfig. - Return type: - int 
 - 
operations¶
- Gets the operations of this ReadOperationConfig. An array of operations. - Returns: - The operations of this ReadOperationConfig. - Return type: - list[oci.data_integration.models.PushDownOperation] 
 - 
parent_ref¶
- Gets the parent_ref of this ReadOperationConfig. - Returns: - The parent_ref of this ReadOperationConfig. - Return type: - oci.data_integration.models.ParentReference 
 - 
partition_config¶
- Gets the partition_config of this ReadOperationConfig. - Returns: - The partition_config of this ReadOperationConfig. - Return type: - oci.data_integration.models.PartitionConfig 
 - 
read_attribute¶
- Gets the read_attribute of this ReadOperationConfig. - Returns: - The read_attribute of this ReadOperationConfig. - Return type: - oci.data_integration.models.AbstractReadAttribute 
 
-