Properties
| Property | Type |
|---|---|
totalRecords | integer(int32) |
processedRecords | integer(int32) |
failedRecords | integer(int32) |
totalEvents | integer(int32) |
errors | Array of TelemetryBulkIngestError |
Example
{
"totalRecords": null,
"processedRecords": null,
"failedRecords": null,
"totalEvents": null,
"errors": null
}