Class QueryResultsGroupedBySummary
Summary of the attribute based on which the query results are grouped.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class QueryResultsGroupedBySummaryProperties
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. |