Member Junction
    Preparing search index...

    Batch operation result for adding/removing records

    interface BatchOperationResult {
        errors: string[];
        failed: number;
        skipped: number;
        success: number;
    }
    Index

    Properties

    errors: string[]

    Error messages if any failures occurred

    failed: number

    Number of failed operations

    skipped: number

    Number of skipped operations (e.g., duplicates)

    success: number

    Number of successful operations