共用方式為


BlobRestoreRange.EndRange Property

Definition

Gets or sets blob end range. This is exclusive. Empty means account end.

[Newtonsoft.Json.JsonProperty(PropertyName="endRange")]
public string EndRange { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endRange")>]
member this.EndRange : string with get, set
Public Property EndRange As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to