Share via


DataBoxCustomerDiskCopyProgress.CopyStatus 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="copyStatus")]
public string CopyStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="copyStatus")>]
member this.CopyStatus : string
Public ReadOnly Property CopyStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to