Databricks SDK for JavaScript
    Preparing search index...
    interface ListUpdatesResponse {
        nextPageToken?: string;
        prevPageToken?: string;
        updates?: UpdateInfo[];
    }
    Index

    Properties

    nextPageToken?: string

    If present, then there are more results, and this a token to be used in a subsequent request to fetch the next page.

    prevPageToken?: string

    If present, then this token can be used in a subsequent request to fetch the previous page.

    updates?: UpdateInfo[]