Class LogsBatchQueryResult

java.lang.Object
com.azure.monitor.query.models.LogsQueryResult
com.azure.monitor.query.models.LogsBatchQueryResult

public final class LogsBatchQueryResult extends LogsQueryResult
Class containing the result of a single logs query in a batch.
  • Constructor Details

    • LogsBatchQueryResult

      public LogsBatchQueryResult(String id, int status, List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)
      Creates an instance of LogsBatchQueryResult containing the result of a single logs query in a batch.
      Parameters:
      id - The query id.
      status - The response status of the query.
      logsTables - The list of LogsTable returned as query result.
      statistics - The query execution statistics.
      visualization - The visualization information for the logs query.
      error - The error details if there was an error executing the query.
  • Method Details

    • getId

      public String getId()
      Returns the query id.
      Returns:
      The query id.