queryAnalysis is a datatype for a namespace for various query analyses and transformations.

Table: queryAnalysis

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 2, 2024
filterPartstringyes The query string up to the first aggregator.
drilldownsdrilldownsyes The number associated with the type of page. See drilldowns.
isAggregatebooleanyes Whether the query contains an aggregator.
isSinglePhasebooleanyes Whether the query doesn't contain a join-like function.
isValidFilterAlertQuerybooleanyes 

Checks if a query is fit for use for a filter alert.

This is deprecated and is no longer used internally. It will be removed in version 1.160. Use 'analyzeQuery.suggestedAlertType' instead.