FlattenDetails

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

Bases: object

Details for the flatten operator.

Methods

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

Attributes

flatten_attribute_path Gets the flatten_attribute_path of this FlattenDetails.
flatten_attribute_root Gets the flatten_attribute_root of this FlattenDetails.
flatten_columns Gets the flatten_columns of this FlattenDetails.
flatten_projection_preferences Gets the flatten_projection_preferences of this FlattenDetails.
key Gets the key of this FlattenDetails.
model_type Gets the model_type of this FlattenDetails.
model_version Gets the model_version of this FlattenDetails.
object_status Gets the object_status of this FlattenDetails.
parent_ref Gets the parent_ref of this FlattenDetails.
__init__(**kwargs)

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

Parameters:
  • flatten_projection_preferences (oci.data_integration.models.FlattenProjectionPreferences) – The value to assign to the flatten_projection_preferences property of this FlattenDetails.
  • flatten_attribute_root (str) – The value to assign to the flatten_attribute_root property of this FlattenDetails.
  • flatten_attribute_path (str) – The value to assign to the flatten_attribute_path property of this FlattenDetails.
  • flatten_columns (list[oci.data_integration.models.TypedObject]) – The value to assign to the flatten_columns property of this FlattenDetails.
  • key (str) – The value to assign to the key property of this FlattenDetails.
  • model_type (str) – The value to assign to the model_type property of this FlattenDetails.
  • model_version (str) – The value to assign to the model_version property of this FlattenDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FlattenDetails.
  • object_status (int) – The value to assign to the object_status property of this FlattenDetails.
flatten_attribute_path

Gets the flatten_attribute_path of this FlattenDetails. The string of flatten attribute path in flattenAttributeRoot from upper level to leaf/targeted level concatenated with dot(.).

Returns:The flatten_attribute_path of this FlattenDetails.
Return type:str
flatten_attribute_root

Gets the flatten_attribute_root of this FlattenDetails. The string of flatten attribute column name where the flatten process starts.

Returns:The flatten_attribute_root of this FlattenDetails.
Return type:str
flatten_columns

Gets the flatten_columns of this FlattenDetails. The array of flatten columns which are the input to flatten.

Returns:The flatten_columns of this FlattenDetails.
Return type:list[oci.data_integration.models.TypedObject]
flatten_projection_preferences

Gets the flatten_projection_preferences of this FlattenDetails.

Returns:The flatten_projection_preferences of this FlattenDetails.
Return type:oci.data_integration.models.FlattenProjectionPreferences
key

Gets the key of this FlattenDetails. The key of the object.

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

Gets the model_type of this FlattenDetails. The type of the object.

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

Gets the model_version of this FlattenDetails. The model version of an object.

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

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

Gets the parent_ref of this FlattenDetails.

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