UploadCommitApiResponse

Properties

Name Type Description Notes
sessionGuid UUID The upload session that was committed. [default to null]
documentGuid UUID The unique identifier of the newly created document. [default to null]
contentHash String The SHA-256 hash of the reassembled file content for integrity verification. [default to null]
fileSizeBytes Long The total file size in bytes after reassembly. [default to null]
processingStatus String The initial processing status of the document (typically "Pending" or "Processing"). [default to null]

[Back to Model list] [Back to API list] [Back to README]