Library_Item_Updatesession_File_List_ResponseBody
Library_Item_Updatesession_File_List_ResponseBody
This is a response body class for an operation.
JSON Example
{
"value": [
{
"name": "string",
"source_type": "string",
"size": 0,
"checksum_info": {
"algorithm": "string",
"checksum": "string"
},
"source_endpoint": {
"uri": "string",
"ssl_certificate_thumbprint": "string"
},
"upload_endpoint": {
"uri": "string",
"ssl_certificate_thumbprint": "string"
},
"bytes_transferred": 0,
"status": "string",
"error_message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
},
"keep_in_storage": false
}
]
}
array of Library_Item_Updatesession_File_Info
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).