Sdílet prostřednictvím


TransferSegmentMetadata.SegmentNumber Property

Definition

Gets or sets a value indicating the number (sequence) of the segment in the file.

[Newtonsoft.Json.JsonProperty(PropertyName="Number")]
public int SegmentNumber { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Number")>]
member this.SegmentNumber : int with get, set
Public Property SegmentNumber As Integer

Property Value

The segment number.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to