Databricks SDK for JavaScript
    Preparing search index...
    interface RestartWindow {
        daysOfWeek?: DayOfWeek[];
        startHour?: number;
        timeZoneId?: string;
    }
    Index

    Properties

    daysOfWeek?: DayOfWeek[]

    Days of week in which the restart is allowed to happen (within a five-hour window starting at start_hour). If not specified all days of the week will be used.

    startHour?: number

    An integer between 0 and 23 denoting the start hour for the restart window in the 24-hour day. Continuous pipeline restart is triggered only within a five-hour window starting at this hour.

    timeZoneId?: string

    Time zone id of restart window. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details. If not specified, UTC will be used.