interface IngestResult {
    errorCount: number;
    errors?: IngestErrorItem[];
    successCount: number;
}

Properties

errorCount: number

The number of records that failed to update

errors?: IngestErrorItem[]

The errors that occurred

successCount: number

The number of records successfully updated