View the Project on GitHub elements-storage/elements-sdk-python
A request to bring files back from cold cloud storage to readily-accessible storage, tracking the restore status of the files under the selected folder.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| media_file | MediaFileMini | ||
| user | ElementsUserMini | ||
| cloud_account | CloudAccountMini | ||
| items_total | int | [readonly] | |
| items_processed | int | [readonly] | |
| created | datetime | When the request was created. | [readonly] |
| last_polled | datetime, none_type | When the restore status was last checked with the storage provider. | |
| restore_tier | str | Provider-specific retrieval tier requested for the restore (e.g. expedited, standard or bulk), trading off speed against cost. | |
| restore_type | str | Whether the data is temporarily made available in place (`MAKE_AVAILABLE`) or copied to a target path (`RESTORE_TO_PATH`). | |
| target_path | str, none_type | Destination path for the restored copy when restore_type is `RESTORE_TO_PATH`. | |
| target_storage_class | str, none_type | Copy to same location with this storage class when restore completes | |
| status | str | Overall status of the restore: `RUNNING` (in progress), `READY` (restored and available) or `FAILED`. | |
| task_id | str, none_type | [optional] [readonly] | |
| root | MediaRootMini | [optional] |