Class QueryResultsOrderedBySummary
Summary of the sort and order by attribute based on which the query results are organized.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class QueryResultsOrderedBySummary
Properties
QueryResultsOrderedBy
Declaration
[JsonProperty(PropertyName = "queryResultsOrderedBy")]
public string QueryResultsOrderedBy { get; set; }
Property Value
Type | Description |
---|---|
string | Attribute by which the query results are sorted. |
QueryResultsSortOrder
Declaration
[JsonProperty(PropertyName = "queryResultsSortOrder")]
public string QueryResultsSortOrder { get; set; }
Property Value
Type | Description |
---|---|
string | The sort order for the attribute, either 'ASC' or 'DESC'. |