Skip to main content

Represents the record count information for a datasource, including total, successful, and failed records.

total
integer<int32>

The total number of records processed.

success
integer<int32>

The number of successfully processed records.

failure
integer<int32>

The number of records that failed to process.