Databricks SDK for JavaScript
    Preparing search index...

    The data quality monitoring workflow cron schedule.

    interface CronSchedule {
        pauseStatus?: CronSchedulePauseStatus;
        quartzCronExpression?: string;
        timezoneId?: string;
    }
    Index

    Properties

    Read only field that indicates whether the schedule is paused or not.

    quartzCronExpression?: string

    The expression that determines when to run the monitor. See examples.

    timezoneId?: string

    A Java timezone id. The schedule for a job will be resolved with respect to this timezone. See Java TimeZone <http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html>_ for details. The timezone id (e.g., America/Los_Angeles) in which to evaluate the quartz expression.