LogsQuerySuccessfulResult interface

Result type for Success Scenario for logs query workspace and query batch operations.

Properties

statistics

Statistics represented in JSON format.

status

Indicates that the query succeeded

tables

Populated results from the query.

visualization

Visualization data in JSON format.

Property Details

statistics

Statistics represented in JSON format.

statistics?: Record<string, unknown>

Property Value

Record<string, unknown>

status

Indicates that the query succeeded

status: Success

Property Value

tables

Populated results from the query.

tables: LogsTable[]

Property Value

visualization

Visualization data in JSON format.

visualization?: Record<string, unknown>

Property Value

Record<string, unknown>