Expression

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

Bases: object

An expression node.

Methods

__init__(**kwargs) Initializes a new Expression object with values from keyword arguments.

Attributes

config_values Gets the config_values of this Expression.
expr_string Gets the expr_string of this Expression.
key Gets the key of this Expression.
model_type Gets the model_type of this Expression.
model_version Gets the model_version of this Expression.
object_status Gets the object_status of this Expression.
parent_ref Gets the parent_ref of this Expression.
__init__(**kwargs)

Initializes a new Expression object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this Expression.
  • model_type (str) – The value to assign to the model_type property of this Expression.
  • model_version (str) – The value to assign to the model_version property of this Expression.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this Expression.
  • expr_string (str) – The value to assign to the expr_string property of this Expression.
  • config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this Expression.
  • object_status (int) – The value to assign to the object_status property of this Expression.
config_values

Gets the config_values of this Expression.

Returns:The config_values of this Expression.
Return type:oci.data_integration.models.ConfigValues
expr_string

Gets the expr_string of this Expression. The expression string for the object.

Returns:The expr_string of this Expression.
Return type:str
key

Gets the key of this Expression. The object key.

Returns:The key of this Expression.
Return type:str
model_type

Gets the model_type of this Expression. The object type.

Returns:The model_type of this Expression.
Return type:str
model_version

Gets the model_version of this Expression. The object’s model version.

Returns:The model_version of this Expression.
Return type:str
object_status

Gets the object_status of this Expression. 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 Expression.
Return type:int
parent_ref

Gets the parent_ref of this Expression.

Returns:The parent_ref of this Expression.
Return type:oci.data_integration.models.ParentReference