Kinabase Logo
Data Models

TelemetryBulkIngestResponse


Properties

Property Type
totalRecords
integer(int32)
processedRecords
integer(int32)
failedRecords
integer(int32)
totalEvents
integer(int32)
errors

Example

{
  "totalRecords": null,
  "processedRecords": null,
  "failedRecords": null,
  "totalEvents": null,
  "errors": null
}