Share via


LogsQueryPartialResult interface

A partially successful query result.

Properties

partialError

The code and message for an error.

partialTables

The results of the query in tabular format.

statistics

Statistics represented in JSON format.

status

The status of the query.

visualization

Visualization data in JSON format.

Property Details

partialError

The code and message for an error.

partialError: LogsErrorInfo

Property Value

partialTables

The results of the query in tabular format.

partialTables: LogsTable[]

Property Value

statistics

Statistics represented in JSON format.

statistics?: Record<string, any>

Property Value

Record<string, any>

status

The status of the query.

status: PartialFailure

Property Value

visualization

Visualization data in JSON format.

visualization?: Record<string, any>

Property Value

Record<string, any>