Databricks SDK for JavaScript
    Preparing search index...
    interface CronSchedule {
        pauseStatus?: SchedulePauseStatus;
        quartzCronExpression?: string;
        timezoneId?: string;
    }
    Index

    Properties

    pauseStatus?: SchedulePauseStatus

    Indicate whether this schedule is paused or not.

    quartzCronExpression?: string

    A Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details. This field is required.

    timezoneId?: string

    A Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details. This field is required.