Sdílet prostřednictvím


TransferSegmentMetadata.Length Property

Definition

Gets or sets a value indicating the size of the segment (in bytes).

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

Property Value

The length.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to