Show / Hide Table of Contents

Class QueryResultsOrderedBySummary

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

Inheritance
object
QueryResultsOrderedBySummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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'.

In this article
Back to top