UploadStatusApiResponse
Properties
| Name |
Type |
Description |
Notes |
| sessionGuid |
UUID |
The upload session identifier. |
[default to null] |
| status |
String |
The current session status (e.g., "Active", "Committed", "Aborted", "Expired"). |
[default to null] |
| blocksCommitted |
Integer |
The number of blocks that have been successfully staged. |
[default to null] |
| totalSizeBytes |
Long |
The total file size in bytes as declared at initiation, or null if not provided. |
[default to null] |
| contentHash |
String |
The SHA-256 content hash, available only after the session is committed. |
[default to null] |
| documentGuid |
UUID |
The resulting document GUID, available only after the session is committed. |
[default to null] |
| createdOn |
Date |
The UTC timestamp when the upload session was created. |
[default to null] |
| expiresOn |
Date |
The UTC timestamp when the session expires, or null if already completed. |
[default to null] |
| completedOn |
Date |
The UTC timestamp when the session was committed or aborted, or null if still active. |
[default to null] |
[Back to Model list] [Back to API list] [Back to README]