CopyStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for CopyStatus.
public static class CopyStatus
type CopyStatus = class
Public Class CopyStatus
- Inheritance
-
CopyStatus
Fields
Completed |
Data copy completed. |
CompletedWithErrors |
Data copy completed with errors. |
DeviceFormatted |
Data copy failed. The Device was formatted by user. |
DeviceMetadataModified |
Data copy failed. Device metadata was modified by user. |
DriveCorrupted |
Copy failed due to corrupted drive. |
DriveNotDetected |
Copy failed due to disk detection error. |
DriveNotReceived |
No copy triggered as device was not received. |
Failed |
Data copy failed. No data was copied. |
HardwareError |
The Device has hit hardware issues. |
InProgress |
Data copy is in progress. |
MetadataFilesModifiedOrRemoved |
Copy failed due to modified or removed metadata files. |
NotReturned |
No copy triggered as device was not returned. |
NotStarted |
Data copy hasn't started yet. |
OtherServiceError |
Copy failed due to service error. |
OtherUserError |
Copy failed due to user error. |
StorageAccountNotAccessible |
Data copy failed. Storage Account was not accessible during copy. |
UnsupportedData |
Data copy failed. The Device data content is not supported. |
UnsupportedDrive |
No copy triggered as device type is not supported. |
Applies to
Azure SDK for .NET