LibraryItemUpdatesessionFileListResponseBody
This is a response body class for an operation.
Properties
array of
LibraryItemUpdatesessionFileInfo
value
Optional
The list of the files in the library item associated with the update session. This list may be empty if the caller has removed all the files as part of this session (in which case completing the update session will result in an empty library item).
JSON Example
{
"value": [
{
"bytes_transferred": 0,
"checksum_info": {
"algorithm": "enum",
"checksum": "string"
},
"error_message": {
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": {
"key": {
"d": 0,
"dt": "string",
"format": "enum",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
},
"keep_in_storage": false,
"name": "string",
"size": 0,
"source_endpoint": {
"ssl_certificate_thumbprint": "string",
"uri": "string"
},
"source_type": "enum",
"status": "enum",
"upload_endpoint": {
"ssl_certificate_thumbprint": "string",
"uri": "string"
}
}
]
}