Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents the attributes of a copy operation.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..CopyState

Syntax

 
public sealed class CopyState
 
public ref class CopyState sealed 
 
[<Sealed>]
type CopyState = class end
 
Public NotInheritable Class CopyState

Constructors

NameDescription
System_CAPS_pubmethodCopyState()()()()

Properties

NameDescription
System_CAPS_pubpropertyBytesCopiedBytesCopiedBytesCopiedBytesCopied

Gets the number of bytes copied in the operation so far.

System_CAPS_pubpropertyCompletionTimeCompletionTimeCompletionTimeCompletionTime

Gets the time the copy operation completed, and indicates whether completion was due to a successful copy, the cancelling of the operation, or a failure.

System_CAPS_pubpropertyCopyIdCopyIdCopyIdCopyId

Gets the ID of the copy operation.

System_CAPS_pubpropertySourceSourceSourceSource

Gets the source URI of a copy operation.

System_CAPS_pubpropertyStatusStatusStatusStatus

Gets the status of the copy operation.

System_CAPS_pubpropertyStatusDescriptionStatusDescriptionStatusDescriptionStatusDescription

Gets the description of the current status, if any.

System_CAPS_pubpropertyTotalBytesTotalBytesTotalBytesTotalBytes

Gets the total number of bytes in the source of the copy.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top