ParseQueryDetails¶
-
class
oci.log_analytics.models.
ParseQueryDetails
(**kwargs)¶ Bases:
object
Input information to submit parse query request.
Attributes
SUB_SYSTEM_LOG
A constant which can be used with the sub_system property of a ParseQueryDetails. query_string
[Required] Gets the query_string of this ParseQueryDetails. sub_system
[Required] Gets the sub_system of this ParseQueryDetails. Methods
__init__
(**kwargs)Initializes a new ParseQueryDetails object with values from keyword arguments. -
SUB_SYSTEM_LOG
= 'LOG'¶ A constant which can be used with the sub_system property of a ParseQueryDetails. This constant has a value of “LOG”
-
__init__
(**kwargs)¶ Initializes a new ParseQueryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - query_string (str) – The value to assign to the query_string property of this ParseQueryDetails.
- sub_system (str) – The value to assign to the sub_system property of this ParseQueryDetails. Allowed values for this property are: “LOG”
-
query_string
¶ [Required] Gets the query_string of this ParseQueryDetails. Query to parse.
Returns: The query_string of this ParseQueryDetails. Return type: str
-
sub_system
¶ [Required] Gets the sub_system of this ParseQueryDetails. Default subsystem to qualify fields with in the queryString if not specified.
Allowed values for this property are: “LOG”
Returns: The sub_system of this ParseQueryDetails. Return type: str
-