Embedded analytics SDK API
    Preparing search index...

    Type Alias ActionResultForBulk

    Response from any bulk variant — a success flag plus optional counts.

    type ActionResultForBulk = {
        "rows-created"?: number;
        "rows-deleted"?: number;
        "rows-updated"?: number;
        success: boolean;
    }
    Index

    Properties

    "rows-created"?: number
    "rows-deleted"?: number
    "rows-updated"?: number
    success: boolean