Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents the status of a copy blob operation.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum CopyStatus
 
public enum class CopyStatus
 
type CopyStatus
 
Public Enumeration CopyStatus

Members

Member nameDescription
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