View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| restore_tier | str | Provider-specific retrieval tier to use (e.g. expedited, standard or bulk), trading off speed against cost. | |
| restore_type | str | Whether to temporarily make the data available in place (`MAKE_AVAILABLE`) or copy it to a target path (`RESTORE_TO_PATH`). | |
| target_path | str, none_type | Destination path when restore_type is `RESTORE_TO_PATH`. | [optional] |
| days | int | Number of days to keep the restored copy available before it expires. | [optional] |