Share via


DataBoxDiskCopyProgress.Status Property

Definition

Gets the Status of the copy. Possible values include: 'NotStarted', 'InProgress', 'Completed', 'CompletedWithErrors', 'Failed', 'NotReturned', 'HardwareError', 'DeviceFormatted', 'DeviceMetadataModified', 'StorageAccountNotAccessible', 'UnsupportedData', 'DriveNotReceived', 'UnsupportedDrive', 'OtherServiceError', 'OtherUserError', 'DriveNotDetected', 'DriveCorrupted', 'MetadataFilesModifiedOrRemoved'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public string Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : string
Public ReadOnly Property Status As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to