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 data_format
Gets the data_format of this ReadOperationConfig. key
Gets the key of this ReadOperationConfig. 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_type
attribute of this class isREAD_OPERATION_CONFIG
and 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’.
- 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.
- object_status (int) – The value to assign to the object_status property of this ReadOperationConfig.
-
data_format
¶ Gets the data_format of this ReadOperationConfig.
Returns: The data_format of this ReadOperationConfig. Return type: oci.data_integration.models.DataFormat
-
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.
-
key
¶ Gets the key of this ReadOperationConfig. The object key.
Returns: The key of this ReadOperationConfig. Return type: 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”
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
-