SourceEventsQueryResultType is a datatype for a query that gives the underlying events for some specified fields. queryArguments are names of free variables in the query, prefixed with a ?. For example, 'foo=?bar | count()' has the queryArgument bar.

Table: SourceEventsQueryResultType

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 3, 2024
diagnostics[QueryDiagnostic]yes The diagnostics. See QueryDiagnostic.
querystring  The query used. This is a preview and subject to change.
queryArguments[string]yes The query arguments. This is a preview and subject to change.