2.2.2.10 UPLOAD_RESPONSE_ENTRY
The UPLOAD_RESPONSE_ENTRY structure specifies the server response data for a file being uploaded.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SyncItemId (24 bytes) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
HttpStatus |
|||||||||||||||||||||||||||||||
|
Result |
|||||||||||||||||||||||||||||||
|
Hash |
|||||||||||||||||||||||||||||||
|
… |
|||||||||||||||||||||||||||||||
|
… |
|||||||||||||||||||||||||||||||
|
… |
|||||||||||||||||||||||||||||||
SyncItemId (24 bytes): A SYNC_GID structure as specified in [MS-FSVCA] section 2.1. A value that uniquely identifies the file replica within the change batch.
HttpStatus (4 bytes): A 32-bit unsigned integer containing the HTTP status code.
Result (4 bytes): The result of the upload process for the file. If the upload is successful, this value MUST be set to S_OK. This MUST be in the format as specified in [MS-DTYP] section 2.2.18.
Hash (16 bytes): The MD5 hash of the file contents, as specified in [RFC1321]. The hash is serialized in SYNC_MD5HASH format as specified in section 2.2.2.15.