KeyAttribute¶
- 
class 
oci.data_integration.models.KeyAttribute(**kwargs)¶ Bases:
objectAn attribute within a key, the attribute property is being deprecated.
Methods
__init__(**kwargs)Initializes a new KeyAttribute object with values from keyword arguments. Attributes
attributeGets the attribute of this KeyAttribute. positionGets the position of this KeyAttribute. shape_fieldGets the shape_field of this KeyAttribute. - 
__init__(**kwargs)¶ Initializes a new KeyAttribute object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - position (int) – The value to assign to the position property of this KeyAttribute.
 - shape_field (oci.data_integration.models.ShapeField) – The value to assign to the shape_field property of this KeyAttribute.
 - attribute (oci.data_integration.models.ShapeField) – The value to assign to the attribute property of this KeyAttribute.
 
- 
attribute¶ Gets the attribute of this KeyAttribute.
Returns: The attribute of this KeyAttribute. Return type: oci.data_integration.models.ShapeField 
- 
position¶ Gets the position of this KeyAttribute. The position of the attribute.
Returns: The position of this KeyAttribute. Return type: int 
- 
shape_field¶ Gets the shape_field of this KeyAttribute.
Returns: The shape_field of this KeyAttribute. Return type: oci.data_integration.models.ShapeField 
-