SortKey¶
- 
class oci.data_integration.models.SortKey(**kwargs)¶
- Bases: - object- Sort key contains a set of sort key rules defining sorting algorithm. - Methods - __init__(**kwargs)- Initializes a new SortKey object with values from keyword arguments. - Attributes - sort_rules- Gets the sort_rules of this SortKey. - 
__init__(**kwargs)¶
- Initializes a new SortKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - sort_rules (list[oci.data_integration.models.SortKeyRule]) – The value to assign to the sort_rules property of this SortKey. 
 - 
sort_rules¶
- Gets the sort_rules of this SortKey. The list of sort key rules. - Returns: - The sort_rules of this SortKey. - Return type: - list[oci.data_integration.models.SortKeyRule] 
 
-