TransferMetadata.Segments Property

Definition

Gets a pointer to an array of segment metadata. The segments are ordered by their segment number (sequence).

[Newtonsoft.Json.JsonProperty(PropertyName="Segments")]
public Microsoft.Azure.Management.DataLake.Store.TransferSegmentMetadata[] Segments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Segments")>]
member this.Segments : Microsoft.Azure.Management.DataLake.Store.TransferSegmentMetadata[] with get, set
Public Property Segments As TransferSegmentMetadata()

Property Value

The segments.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to