LibraryItemStorageGetResponseBody
This is a response body class for an operation.
Properties
array of
LibraryItemStorageInfo
value
Optional
The list of all the storage items for the given file within the given library item.
JSON Example
{
"value": [
{
"cached": false,
"checksum_info": {
"algorithm": "enum",
"checksum": "string"
},
"name": "string",
"size": 0,
"storage_backing": {
"datastore_id": "string",
"storage_uri": "string",
"type": "enum"
},
"storage_uris": [
"string"
],
"version": "string"
}
]
}