Show / Hide Table of Contents

Class QueryDetails

Request object containing the query to be run against the trace data.

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

Properties

QueryText

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

Application Performance Monitoring defined query string that filters and retrieves trace data results.

In this article
Back to top