FilterOutput¶
-
class
oci.log_analytics.models.FilterOutput(**kwargs)¶ Bases:
objectQuery builder api response object containing updated querystring’s
Methods
__init__(**kwargs)Initializes a new FilterOutput object with values from keyword arguments. Attributes
display_query_string[Required] Gets the display_query_string of this FilterOutput. internal_query_string[Required] Gets the internal_query_string of this FilterOutput. response_time_in_msGets the response_time_in_ms of this FilterOutput. -
__init__(**kwargs)¶ Initializes a new FilterOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_query_string (str) – The value to assign to the display_query_string property of this FilterOutput.
- internal_query_string (str) – The value to assign to the internal_query_string property of this FilterOutput.
- response_time_in_ms (int) – The value to assign to the response_time_in_ms property of this FilterOutput.
-
display_query_string¶ [Required] Gets the display_query_string of this FilterOutput. Modified user visible query string.
Returns: The display_query_string of this FilterOutput. Return type: str
-
internal_query_string¶ [Required] Gets the internal_query_string of this FilterOutput. Modified localization agnostic query string.
Returns: The internal_query_string of this FilterOutput. Return type: str
-
response_time_in_ms¶ Gets the response_time_in_ms of this FilterOutput. Operation response time.
Returns: The response_time_in_ms of this FilterOutput. Return type: int
-