QueryResultsOrderedBySummary

class oci.apm_traces.models.QueryResultsOrderedBySummary(**kwargs)

Bases: object

Summary of the sort and order by attribute based on which the query results are organized.

Methods

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

Attributes

query_results_ordered_by Gets the query_results_ordered_by of this QueryResultsOrderedBySummary.
query_results_sort_order Gets the query_results_sort_order of this QueryResultsOrderedBySummary.
__init__(**kwargs)

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

Parameters:
  • query_results_ordered_by (str) – The value to assign to the query_results_ordered_by property of this QueryResultsOrderedBySummary.
  • query_results_sort_order (str) – The value to assign to the query_results_sort_order property of this QueryResultsOrderedBySummary.
query_results_ordered_by

Gets the query_results_ordered_by of this QueryResultsOrderedBySummary. Attribute by which the query results are sorted.

Returns:The query_results_ordered_by of this QueryResultsOrderedBySummary.
Return type:str
query_results_sort_order

Gets the query_results_sort_order of this QueryResultsOrderedBySummary. The sort order for the attribute, either ‘ASC’ or ‘DESC’.

Returns:The query_results_sort_order of this QueryResultsOrderedBySummary.
Return type:str