Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogsQueryResult

Package version

Tables and statistic results from a logs query.

Hierarchy

  • LogsQueryResult

Index

Properties

Optional error

error: ErrorInfo

error information for partial errors or failed queries

Optional statistics

statistics: Record<string, unknown>

Statistics represented in JSON format.

status

Indicates if a query succeeded or failed or partially failed. Represented by "Partial" | "Success" | "Failed". For partially failed queries, users can find data in "tables" attribute and error information in "error" attribute

tables

tables: LogsTable[]

Populated results from the query.

Optional visualization

visualization: Record<string, unknown>

Visualization data in JSON format.

Generated using TypeDoc