QueryDetails¶
-
class
oci.apm_traces.models.
QueryDetails
(**kwargs)¶ Bases:
object
Request object containing the query to be run against the trace data.
Methods
__init__
(**kwargs)Initializes a new QueryDetails object with values from keyword arguments. Attributes
query_text
Gets the query_text of this QueryDetails. -
__init__
(**kwargs)¶ Initializes a new QueryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: query_text (str) – The value to assign to the query_text property of this QueryDetails.
-
query_text
¶ Gets the query_text of this QueryDetails. Application Performance Monitoring defined query string that filters and retrieves trace data results.
Returns: The query_text of this QueryDetails. Return type: str
-