Databricks SDK for JavaScript
    Preparing search index...
    interface ListSnapshotsRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
    }
    Index

    Properties

    pageSize?: number

    Maximum number of snapshots to return per page.

    pageToken?: string

    Page token from a previous response; omit for the first page.

    parent?: string

    The project that owns the snapshots. Format: projects/{project_id}