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