Databricks SDK for JavaScript
    Preparing search index...

    Response for ScanIndex carrying a page of rows and an optional continuation token.

    interface ScanIndexResponse {
        data?: JsonObject[];
        nextPageToken?: string;
    }
    Index

    Properties

    data?: JsonObject[]

    The rows in this page, each a struct of column name to value.

    nextPageToken?: string

    Token for the next page; empty when the scan is exhausted.