LogsQueryResult Class

Definition

Contains the tables, columns & rows resulting from a query.

public class LogsQueryResult
type LogsQueryResult = class
Public Class LogsQueryResult
Inheritance
LogsQueryResult
Derived

Properties

AllTables

Gets the multi-table result of the query.

Error

Gets the error that occurred during query processing. The value is null if the query succeeds.

Status

Gets or sets the value indicating whether the query was successful.

Table

Gets the single table result of the query.

Methods

GetStatistics()

Returns the query statistics if the IncludeStatistics is set to true. null otherwise.

GetVisualization()

Returns the query visualization if the IncludeVisualization is set to true. null otherwise.

Applies to