77 строки
4.1 KiB
YAML
77 строки
4.1 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: microsoft.servicefabric.data.RestoreDescription.RestoreDescription(String backupFolderPath)
|
|
name: RestoreDescription(String backupFolderPath)
|
|
nameWithType: RestoreDescription.RestoreDescription(String backupFolderPath)
|
|
parameters:
|
|
- description: <p>The directory where the replica is to be restored from. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided. </p>
|
|
name: backupFolderPath
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initializes a new instance of the <xref uid="microsoft.servicefabric.data.RestoreDescription" data-throw-if-not-resolved="false" data-raw-source="RestoreDescription"></xref> structure</p>
|
|
|
|
<p></p>
|
|
syntax: public RestoreDescription(String backupFolderPath)
|
|
uid: microsoft.servicefabric.data.RestoreDescription.RestoreDescription(String)
|
|
- fullName: microsoft.servicefabric.data.RestoreDescription.RestoreDescription(String backupFolderPath, RestorePolicy restorePolicy)
|
|
name: RestoreDescription(String backupFolderPath, RestorePolicy restorePolicy)
|
|
nameWithType: RestoreDescription.RestoreDescription(String backupFolderPath, RestorePolicy restorePolicy)
|
|
parameters:
|
|
- description: <p>The directory where the replica is to be restored from. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided. </p>
|
|
name: backupFolderPath
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The restore policy. </p>
|
|
name: restorePolicy
|
|
type: <xref href="microsoft.servicefabric.data.RestorePolicy?alt=microsoft.servicefabric.data.RestorePolicy&text=RestorePolicy" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initializes a new instance of the <xref uid="microsoft.servicefabric.data.RestoreDescription" data-throw-if-not-resolved="false" data-raw-source="RestoreDescription"></xref> structure</p>
|
|
|
|
<p></p>
|
|
syntax: public RestoreDescription(String backupFolderPath, RestorePolicy restorePolicy)
|
|
uid: microsoft.servicefabric.data.RestoreDescription.RestoreDescription(String,RestorePolicy)
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: microsoft.servicefabric.data.RestoreDescription.getBackupFolderPath()
|
|
name: getBackupFolderPath()
|
|
nameWithType: RestoreDescription.getBackupFolderPath()
|
|
returns:
|
|
description: <p>backup folder path </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>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. </p>
|
|
|
|
<p>
|
|
|
|
<b>Remarks:</b>Folder must at least contain one full backup. In addition, it could include one or more incremental backups. </p>
|
|
|
|
<p></p>
|
|
syntax: public String getBackupFolderPath()
|
|
uid: microsoft.servicefabric.data.RestoreDescription.getBackupFolderPath()
|
|
- fullName: microsoft.servicefabric.data.RestoreDescription.getRestorePolicy()
|
|
name: getRestorePolicy()
|
|
nameWithType: RestoreDescription.getRestorePolicy()
|
|
returns:
|
|
description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.data.RestorePolicy" data-throw-if-not-resolved="false" data-raw-source="RestorePolicy"></xref>
|
|
|
|
</p>
|
|
type: <xref href="microsoft.servicefabric.data.RestorePolicy?alt=microsoft.servicefabric.data.RestorePolicy&text=RestorePolicy" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the restore policy.</p>
|
|
|
|
<p></p>
|
|
syntax: public RestorePolicy getRestorePolicy()
|
|
uid: microsoft.servicefabric.data.RestoreDescription.getRestorePolicy()
|
|
nameWithType: RestoreDescription
|
|
syntax: public class RestoreDescription
|
|
type: class
|
|
uid: microsoft.servicefabric.data.RestoreDescription
|
|
fullName: microsoft.servicefabric.data.RestoreDescription
|
|
name: RestoreDescription
|
|
package: microsoft.servicefabric.data
|
|
summary: <p>A RestoreDescription contains all of the information necessary to restore a stateful service replica. </p>
|
|
metadata: {}
|