TransferMetadata.SegmentCount Property

Definition

Gets or sets a value indicating the number of segments this file is split into for purposes of transfering it.

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

Property Value

The segment count.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to