Show / Hide Table of Contents

Class QueryResultsGroupedBySummary

Summary of the attribute based on which the query results are grouped.

Inheritance
object
QueryResultsGroupedBySummary
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 QueryResultsGroupedBySummary

Properties

QueryResultsGroupedByColumn

Declaration
[JsonProperty(PropertyName = "queryResultsGroupedByColumn")]
public string QueryResultsGroupedByColumn { get; set; }
Property Value
Type Description
string

Column or attribute in the query result, which is a group by value.

In this article
Back to top