SegmentTransferStatus Enum

Definition

Defines various states that a segment transfer can have

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SegmentTransferStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SegmentTransferStatus = 
Public Enum SegmentTransferStatus
Inheritance
SegmentTransferStatus
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Complete 3

Indicates that the segment was successfully transferred.

Failed 2

Indicates that the segment was not transferred successfully.

InProgress 1

Indicates that the segment is currently being transferred.

Pending 0

Indicates that the segment is currently scheduled for transfer.

Applies to