SortClause

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

Bases: object

The information about the sort object.

Attributes

ORDER_ASC A constant which can be used with the order property of a SortClause.
ORDER_DESC A constant which can be used with the order property of a SortClause.
field Gets the field of this SortClause.
order Gets the order of this SortClause.

Methods

__init__(**kwargs) Initializes a new SortClause object with values from keyword arguments.
ORDER_ASC = 'ASC'

A constant which can be used with the order property of a SortClause. This constant has a value of “ASC”

ORDER_DESC = 'DESC'

A constant which can be used with the order property of a SortClause. This constant has a value of “DESC”

__init__(**kwargs)

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

Parameters:
  • field (oci.data_integration.models.ShapeField) – The value to assign to the field property of this SortClause.
  • order (str) – The value to assign to the order property of this SortClause. Allowed values for this property are: “ASC”, “DESC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
field

Gets the field of this SortClause.

Returns:The field of this SortClause.
Return type:oci.data_integration.models.ShapeField
order

Gets the order of this SortClause. The sort order.

Allowed values for this property are: “ASC”, “DESC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The order of this SortClause.
Return type:str