다음을 통해 공유


TransferMetadata.SegmentLength Property

Definition

Gets or sets a value indicating the length (in bytes) of each segment of the file (except the last one, which may be less).

[Newtonsoft.Json.JsonProperty(PropertyName="SegmentLength")]
public long SegmentLength { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="SegmentLength")>]
member this.SegmentLength : int64 with get, set
Public Property SegmentLength As Long

Property Value

The length of the segment.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to