Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateSnapshotScheduleRequest

    Request to set the snapshot schedule for a branch. Returns a completed long-running operation whose response is the persisted snapshot schedule.

    interface UpdateSnapshotScheduleRequest {
        snapshotSchedule?: SnapshotSchedule;
        updateMask?: FieldMask<SnapshotSchedule>;
    }
    Index

    Properties

    snapshotSchedule?: SnapshotSchedule

    The snapshot schedule to set. Its name identifies the branch. Format: projects/{project_id}/branches/{branch_id}/snapshot-schedule

    Fields to update. The only updatable path is schedule, which replaces the entire set of cadences.