Share via


LogsBatchQueryResult Class

Definition

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

public class LogsBatchQueryResult : Azure.Monitor.Query.Models.LogsQueryResult, System.ClientModel.Primitives.IJsonModel<Azure.Monitor.Query.Models.LogsBatchQueryResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Monitor.Query.Models.LogsBatchQueryResult>
public class LogsBatchQueryResult : Azure.Monitor.Query.Models.LogsQueryResult
type LogsBatchQueryResult = class
    inherit LogsQueryResult
    interface IJsonModel<LogsBatchQueryResult>
    interface IPersistableModel<LogsBatchQueryResult>
type LogsBatchQueryResult = class
    inherit LogsQueryResult
Public Class LogsBatchQueryResult
Inherits LogsQueryResult
Implements IJsonModel(Of LogsBatchQueryResult), IPersistableModel(Of LogsBatchQueryResult)
Public Class LogsBatchQueryResult
Inherits LogsQueryResult
Inheritance
LogsBatchQueryResult
Implements

Properties

AllTables

Gets the multi-table result of the query.

(Inherited from LogsQueryResult)
Error

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

(Inherited from LogsQueryResult)
Id

Gets or sets the query id.

Status

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

(Inherited from LogsQueryResult)
Table

Gets the single table result of the query.

(Inherited from LogsQueryResult)

Methods

GetStatistics()

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

(Inherited from LogsQueryResult)
GetVisualization()

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

(Inherited from LogsQueryResult)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogsBatchQueryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LogsBatchQueryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<LogsQueryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from LogsQueryResult)
IJsonModel<LogsQueryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogsQueryResult)
IPersistableModel<LogsBatchQueryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogsBatchQueryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LogsBatchQueryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<LogsQueryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LogsQueryResult)
IPersistableModel<LogsQueryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from LogsQueryResult)
IPersistableModel<LogsQueryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LogsQueryResult)

Applies to