共用方式為


BlobRestoreRange.StartRange Property

Definition

Gets or sets blob start range. This is inclusive. Empty means account start.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to