Sdílet prostřednictvím


BackupRestoreFiles.RestoreFilePath Property

Definition

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

Applies to