Databricks SDK for JavaScript
    Preparing search index...

    Proto representing a window

    interface OperationTimeWindow {
        daysOfWeek?: DayOfWeek[];
        startHour?: number;
        timeZoneId?: string;
    }
    Index

    Properties

    daysOfWeek?: DayOfWeek[]

    Days of week in which the window is allowed to happen 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 window in the 24-hour day.

    timeZoneId?: string

    Time zone id of 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.