ScheduledQueryLastRunSummary

data class ScheduledQueryLastRunSummary(val errorReportLocations: List<ScheduledQueryLastRunSummaryErrorReportLocation>? = null, val executionStats: List<ScheduledQueryLastRunSummaryExecutionStat>? = null, val failureReason: String? = null, val invocationTime: String? = null, val queryInsightsResponses: List<ScheduledQueryLastRunSummaryQueryInsightsResponse>? = null, val runStatus: String? = null, val triggerTime: String? = null)

Constructors

Link copied to clipboard
constructor(errorReportLocations: List<ScheduledQueryLastRunSummaryErrorReportLocation>? = null, executionStats: List<ScheduledQueryLastRunSummaryExecutionStat>? = null, failureReason: String? = null, invocationTime: String? = null, queryInsightsResponses: List<ScheduledQueryLastRunSummaryQueryInsightsResponse>? = null, runStatus: String? = null, triggerTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Statistics for a single scheduled query run.

Link copied to clipboard
val failureReason: String? = null

Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.

Link copied to clipboard
val invocationTime: String? = null

InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter @scheduled_runtime can be used in the query to get the value.

Link copied to clipboard

Various insights and metrics related to the run summary of the scheduled query.

Link copied to clipboard
val runStatus: String? = null

Status of a scheduled query run. Valid values: AUTO_TRIGGER_SUCCESS, AUTO_TRIGGER_FAILURE, MANUAL_TRIGGER_SUCCESS, MANUAL_TRIGGER_FAILURE.

Link copied to clipboard
val triggerTime: String? = null

Actual time when the query was run.