CopyStatus Enumeration (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
CopyStatus Enumeration
Represents the status of a copy blob operation.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Represents the status of a copy blob operation.
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. |