Constructor
new RestoreBackup(restoreId)
Parameters:
| Name | Type | Description |
|---|---|---|
restoreId | String | the internal id of the restore backup |
- Source
Methods
isReady() → {Promise.<undefined, Error>}
- Source
Throws:
Error
Returns:
- key restore ready or error
- Type:
- Promise.<undefined, Error>