Databricks SDK for JavaScript
    Preparing search index...

    Take a snapshot once per week, on the configured day at the configured hour.

    interface WeeklySchedule {
        dayOfWeek?: DayOfWeek;
        hour?: number;
    }
    Index

    Properties

    Properties

    dayOfWeek?: DayOfWeek

    The day of the week on which to take the snapshot.

    hour?: number

    The hour of the day, in UTC, at which to take the snapshot, in [0, 23].