Databricks SDK for JavaScript
    Preparing search index...
    interface UpsertDeleteDataResult {
        failedPrimaryKeys?: string[];
        successRowCount?: bigint;
    }
    Index

    Properties

    failedPrimaryKeys?: string[]

    List of primary keys for rows that failed to process.

    successRowCount?: bigint

    Count of successfully processed rows.