TransferStatus Class
Updated: January 5, 2017
Transfer status
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
| Name | Description | |
|---|---|---|
![]() | TransferStatus() |
| Name | Description | |
|---|---|---|
![]() | BytesTransferred | Gets the number of bytes that have been transferred. |
![]() | NumberOfFilesFailed | Gets the number of files that are failed to be transferred. |
![]() | NumberOfFilesSkipped | Gets the number of files that are skipped to be transferred. |
![]() | NumberOfFilesTransferred | Gets the number of files that have been transferred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

