AbstractDataOperationConfig

class oci.data_integration.models.AbstractDataOperationConfig(**kwargs)

Bases: object

The information about the data operation.

Attributes

MODEL_TYPE_READ_OPERATION_CONFIG A constant which can be used with the model_type property of a AbstractDataOperationConfig.
MODEL_TYPE_WRITE_OPERATION_CONFIG A constant which can be used with the model_type property of a AbstractDataOperationConfig.
call_attribute Gets the call_attribute of this AbstractDataOperationConfig.
derived_attributes Gets the derived_attributes of this AbstractDataOperationConfig.
metadata_config_properties Gets the metadata_config_properties of this AbstractDataOperationConfig.
model_type [Required] Gets the model_type of this AbstractDataOperationConfig.

Methods

__init__(**kwargs) Initializes a new AbstractDataOperationConfig 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'

A constant which can be used with the model_type property of a AbstractDataOperationConfig. This constant has a value of “READ_OPERATION_CONFIG”

MODEL_TYPE_WRITE_OPERATION_CONFIG = 'WRITE_OPERATION_CONFIG'

A constant which can be used with the model_type property of a AbstractDataOperationConfig. This constant has a value of “WRITE_OPERATION_CONFIG”

__init__(**kwargs)

Initializes a new AbstractDataOperationConfig object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 AbstractDataOperationConfig. Allowed values for this property are: “READ_OPERATION_CONFIG”, “WRITE_OPERATION_CONFIG”
  • metadata_config_properties (dict(str, str)) – The value to assign to the metadata_config_properties property of this AbstractDataOperationConfig.
  • derived_attributes (dict(str, str)) – The value to assign to the derived_attributes property of this AbstractDataOperationConfig.
  • call_attribute (oci.data_integration.models.BipCallAttribute) – The value to assign to the call_attribute property of this AbstractDataOperationConfig.
call_attribute

Gets the call_attribute of this AbstractDataOperationConfig.

Returns:The call_attribute of this AbstractDataOperationConfig.
Return type:oci.data_integration.models.BipCallAttribute
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.

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”

Returns:The model_type of this AbstractDataOperationConfig.
Return type:str