Databricks SDK for JavaScript
    Preparing search index...

    Response for ListIndexes carrying the page of indexes and an optional continuation token.

    interface ListIndexesResponse {
        indexes?: Index[];
        nextPageToken?: string;
    }
    Index

    Properties

    indexes?: Index[]

    The indexes on the endpoint. The field is named indexes (not the irregular plural indices) to satisfy core::0132, which derives the response field name from the ListIndexes method. core::0158::response-plural-first-field independently computes the resource plural as indices and is satisfied via a scoped field exception below.

    nextPageToken?: string

    A token that can be used to get the next page of results. Empty when there are no more results.