Databricks SDK for JavaScript
    Preparing search index...

    Response to a scan vector index request.

    interface ScanVectorIndexResponse {
        data?: Struct[];
        lastPrimaryKey?: string;
    }
    Index

    Properties

    data?: Struct[]

    List of data entries

    lastPrimaryKey?: string

    Primary key of the last entry.