Library_Item_Storage_List_ResponseBody

Library_Item_Storage_List_ResponseBody
Library_Item_Storage_List_ResponseBody

This is a response body class for an operation.

JSON Example
{
    "value": [
        {
            "storage_backing": {
                "type": "string",
                "datastore_id": "string",
                "storage_uri": "string"
            },
            "storage_uris": [
                "string"
            ],
            "checksum_info": {
                "algorithm": "string",
                "checksum": "string"
            },
            "name": "string",
            "size": 0,
            "cached": false,
            "version": "string"
        }
    ]
}
value
Optional

The list of all storage items for a given library item.