Databricks SDK for JavaScript
    Preparing search index...
    interface ListSnapshotsResponse {
        nextPageToken?: string;
        snapshots?: Snapshot[];
    }
    Index

    Properties

    nextPageToken?: string

    Token to retrieve the next page; empty if there are no more pages.

    snapshots?: Snapshot[]

    The snapshots in the project.