BackupRestoreFiles.RestoreFilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets destination folder where the files will be restored. The path name should start with a forward slash. If it is omitted from request then restore is done at the root folder of the destination volume by default
[Newtonsoft.Json.JsonProperty(PropertyName="restoreFilePath")]
public string RestoreFilePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restoreFilePath")>]
member this.RestoreFilePath : string with get, set
Public Property RestoreFilePath As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute