TransferMetadata.SegmentLength プロパティ

定義

ファイルの各セグメントの長さ (バイト単位) を示す値を取得または設定します (最後のセグメントを除き、小さい場合があります)。

[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

プロパティ値

セグメントの長さ。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象