ScheduledQueryScheduleConfiguration

data class ScheduledQueryScheduleConfiguration(val scheduleExpression: String)

Configuration for when the scheduled query is executed.

Constructors

Link copied to clipboard
constructor(scheduleExpression: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.