PivotKeys

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

Bases: object

The type representing the pivot key and pivot value details.

Methods

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

Attributes

key Gets the key of this PivotKeys.
model_type Gets the model_type of this PivotKeys.
model_version Gets the model_version of this PivotKeys.
object_status Gets the object_status of this PivotKeys.
parent_ref Gets the parent_ref of this PivotKeys.
pivot_axis Gets the pivot_axis of this PivotKeys.
pivot_key_value_map Gets the pivot_key_value_map of this PivotKeys.
__init__(**kwargs)

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

Parameters:
  • pivot_axis (list[str]) – The value to assign to the pivot_axis property of this PivotKeys.
  • pivot_key_value_map (dict(str, list[str])) – The value to assign to the pivot_key_value_map property of this PivotKeys.
  • key (str) – The value to assign to the key property of this PivotKeys.
  • model_type (str) – The value to assign to the model_type property of this PivotKeys.
  • model_version (str) – The value to assign to the model_version property of this PivotKeys.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this PivotKeys.
  • object_status (int) – The value to assign to the object_status property of this PivotKeys.
key

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

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

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

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

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

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

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

Gets the parent_ref of this PivotKeys.

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

Gets the pivot_axis of this PivotKeys. The pivot axis is the point around which the table will be rotated, and the pivot values will be transposed into columns in the output table.

Returns:The pivot_axis of this PivotKeys.
Return type:list[str]
pivot_key_value_map

Gets the pivot_key_value_map of this PivotKeys. Map of alias to pivot key values.

Returns:The pivot_key_value_map of this PivotKeys.
Return type:dict(str, list[str])