Databricks SDK for JavaScript
    Preparing search index...
    interface ListQueriesResponse {
        hasNextPage?: boolean;
        nextPageToken?: string;
        res?: QueryInfo[];
    }
    Index

    Properties

    hasNextPage?: boolean

    Whether there is another page of results.

    nextPageToken?: string

    A token that can be used to get the next page of results.

    res?: QueryInfo[]