IBlobRestoreRange.StartRange 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.
Blob start range. This is inclusive. Empty means account start.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Blob start range. This is inclusive. Empty means account start.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="startRange", Update=true)]
public string StartRange { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Blob start range. This is inclusive. Empty means account start.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="startRange", Update=true)>]
member this.StartRange : string with get, set
Public Property StartRange As String
Property Value
- Attributes