ITargetDetails.FilePrefix Property

Definition

Restore operation may create multiple files inside location pointed by Url Below will be the common prefix for all of them

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Restore operation may create multiple files inside location pointed by Url\r\n        Below will be the common prefix for all of them", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="filePrefix", Update=true)]
public string FilePrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Restore operation may create multiple files inside location pointed by Url\r\n        Below will be the common prefix for all of them", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="filePrefix", Update=true)>]
member this.FilePrefix : string with get, set
Public Property FilePrefix As String

Property Value

Attributes

Applies to