Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 5.19 KB

File metadata and controls

14 lines (10 loc) · 5.19 KB

BulkUploadHistoryEvent

Information about a successful bulk upload

Fields

Field Type Required Description Example
uploadId Optional<String> The unique ID of the upload upload-id-content-1707403081
startTime Optional<String> The start time of the upload in ISO 8601 format 2021-08-06T17:58:01.000Z
endTime Optional<String> The end time of the upload in ISO 8601 format, 'NA' if the upload is still active 2021-08-06T18:58:01.000Z
status Optional<BulkUploadHistoryEventStatus> The status of the upload, an enum of ACTIVE, SUCCESSFUL SUCCESSFUL
processingState Optional<ProcessingState> The current state of the upload, an enum of UNAVAILABLE, UPLOAD STARTED, UPLOAD IN PROGRESS, UPLOAD COMPLETED, DELETION PAUSED, INDEXING COMPLETED UPLOAD COMPLETED