Class QueryDetails
Request object containing the query to be run against the trace data.
Inherited Members
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. |