KeyRange¶
- 
class 
oci.data_integration.models.KeyRange(**kwargs)¶ Bases:
objectThe information about key range.
Methods
__init__(**kwargs)Initializes a new KeyRange object with values from keyword arguments. Attributes
keyGets the key of this KeyRange. rangeGets the range of this KeyRange. - 
__init__(**kwargs)¶ Initializes a new KeyRange object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (oci.data_integration.models.ShapeField) – The value to assign to the key property of this KeyRange.
 - range (list[str]) – The value to assign to the range property of this KeyRange.
 
- 
key¶ Gets the key of this KeyRange.
Returns: The key of this KeyRange. Return type: oci.data_integration.models.ShapeField 
- 
range¶ Gets the range of this KeyRange. The key range.
Returns: The range of this KeyRange. Return type: list[str] 
-