Databricks SDK for JavaScript
    Preparing search index...

    The automatic snapshot cadences for a branch. There is exactly one schedule per branch (singleton); it is configured in place, not created or deleted.

    Name: projects/{project_id}/branches/{branch_id}/snapshot-schedule

    interface SnapshotSchedule {
        name?: string;
        schedule?: ScheduleCadence[];
    }
    Index

    Properties

    Properties

    name?: string

    The resource name of the branch's snapshot schedule. Format: projects/{project_id}/branches/{branch_id}/snapshot-schedule

    schedule?: ScheduleCadence[]

    The cadences at which automatic snapshots are taken. Update replaces the whole set; an empty set disables automatic snapshots. Order is not significant. When several cadences fire together, one snapshot is taken, retained for the longest of their retentions.