CopyStatus Enumeration
Represents the status of a copy blob operation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
| Member name | Description | |
|---|---|---|
| Aborted | The copy operation has been aborted. | |
| Failed | The copy operation encountered an error. | |
| Invalid | The copy status is invalid. | |
| Pending | The copy operation is pending. | |
| Success | The copy operation succeeded. |