CompleteDataRoomDocumentMultiPartUploadPayload
Returned when the system successfully completes the multi-part upload for a Data Room document.
This is the first step in the document upload pipeline. It means the system was able to assemble all uploaded parts into a single file and the document is now ready for further processing—like virus scanning, indexing, and applying security settings.
The document won’t be visible in the Data Room until these steps are done.
type CompleteDataRoomDocumentMultiPartUploadPayload {
upload: DataRoomDocumentUpload
}
Fields
CompleteDataRoomDocumentMultiPartUploadPayload.upload
● DataRoomDocumentUpload
object
The upload object representing the uploading process. It includes the current status and other metadata. Use this to track progress through the rest of the upload pipeline.