LogsBatchQueryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |
| 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 |
| GetVisualization() |
Returns the query visualization if the IncludeVisualization is set to |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |