LogsQueryPartialResult interface
A partially successful query result.
Properties
| partial |
The code and message for an error. |
| partial |
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
partialTables
statistics
Statistics represented in JSON format.
statistics?: Record<string, any>
Property Value
Record<string, any>
status
visualization
Visualization data in JSON format.
visualization?: Record<string, any>
Property Value
Record<string, any>