Databricks SDK for JavaScript
    Preparing search index...

    Interface DataModificationResult

    Per-row outcome of a data-plane upsert or delete operation.

    interface DataModificationResult {
        failedPrimaryKeys?: string[];
        successRowCount?: bigint;
    }
    Index

    Properties

    failedPrimaryKeys?: string[]

    Primary keys of rows that failed to process.

    successRowCount?: bigint

    Count of rows processed successfully.