RestoreDescription Class
- java.
lang. Object - microsoft.
servicefabric. data. RestoreDescription
- microsoft.
public class RestoreDescription
A RestoreDescription contains all of the information necessary to restore a stateful service replica.
Constructor | Description |
---|---|
Restore |
Initializes a new instance of the RestoreDescription structure |
Restore |
Initializes a new instance of the RestoreDescription structure |
Modifier and Type | Method and Description |
---|---|
String |
get Gets the directory which will be used to restore the replica's state. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided.
Remarks:Folder must at least contain one full backup. In addition, it could include one or more incremental backups. |
Restore |
get Gets the restore policy. |
RestoreDescription
public RestoreDescription(String backupFolderPath)
Initializes a new instance of the RestoreDescription structure
Parameters:
RestoreDescription
public RestoreDescription(String backupFolderPath, RestorePolicy restorePolicy)
Initializes a new instance of the RestoreDescription structure
Parameters:
getBackupFolderPath
public String getBackupFolderPath()
Gets the directory which will be used to restore the replica's state. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided.
Remarks:Folder must at least contain one full backup. In addition, it could include one or more incremental backups.
Returns:
getRestorePolicy
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: