CopyState Class (Microsoft.WindowsAzure.Storage.Blob)
From 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)
Syntax
Constructors
Name Description 
CopyState()()()()
Properties
Name Description 
BytesCopiedBytesCopiedBytesCopiedBytesCopied Gets the number of bytes copied in the operation so far.

CompletionTimeCompletionTimeCompletionTimeCompletionTime 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.

CopyIdCopyIdCopyIdCopyId Gets the ID of the copy operation.

SourceSourceSourceSource Gets the source URI of a copy operation.

StatusStatusStatusStatus Gets the status of the copy operation.

StatusDescriptionStatusDescriptionStatusDescriptionStatusDescription Gets the description of the current status, if any.

TotalBytesTotalBytesTotalBytesTotalBytes Gets the total number of bytes in the source of the copy.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

ToString()()()() (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
Represents the attributes of a copy operation.
Syntax
Constructors
| Name | Description | |
|---|---|---|
| CopyState()()()() |
Properties
| Name | Description | |
|---|---|---|
| BytesCopiedBytesCopiedBytesCopiedBytesCopied | Gets the number of bytes copied in the operation so far. | |
| CompletionTimeCompletionTimeCompletionTimeCompletionTime | 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. | |
| CopyIdCopyIdCopyIdCopyId | Gets the ID of the copy operation. | |
| SourceSourceSourceSource | Gets the source URI of a copy operation. | |
| StatusStatusStatusStatus | Gets the status of the copy operation. | |
| StatusDescriptionStatusDescriptionStatusDescriptionStatusDescription | Gets the description of the current status, if any. | |
| TotalBytesTotalBytesTotalBytesTotalBytes | Gets the total number of bytes in the source of the copy. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (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.