Databricks SDK for JavaScript
    Preparing search index...

    An immutable, point-in-time copy of a branch's data within a project. It remains available after the source branch is deleted.

    interface Snapshot {
        createTime?: Instant;
        name?: string;
        snapshotId?: string;
        spec?: SnapshotSpec;
        status?: SnapshotStatus;
        uid?: string;
    }
    Index

    Properties

    createTime?: Instant

    When the snapshot was created.

    name?: string

    The resource name of the snapshot. Format: projects/{project_id}/snapshots/{snapshot_id}

    snapshotId?: string

    The user-chosen ID; the final segment of name.

    Client-provided configuration of the snapshot.

    Server-observed state of the snapshot.

    uid?: string

    Unique system-generated ID for the snapshot.