SourceEventsQueryResultType
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
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | Preview | The diagnostics. See QueryDiagnostic . | |
query | string | Preview | The query used. This is a preview and subject to change. | ||
queryArguments | [string] | yes | Preview | The query arguments. This is a preview and subject to change. |