Databricks SDK for JavaScript
    Preparing search index...
    interface ScanVectorIndexRequest {
        lastPrimaryKey?: string;
        name?: string;
        numResults?: number;
    }
    Index

    Properties

    lastPrimaryKey?: string

    Primary key of the last entry returned in the previous scan.

    name?: string

    Name of the vector index to scan.

    numResults?: number

    Number of results to return. Defaults to 10.