TransferStatus Class

 

Updated: January 5, 2017

Transfer status

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

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.TransferStatus

public sealed class TransferStatus

NameDescription
System_CAPS_pubpropertyBytesTransferred

Gets the number of bytes that have been transferred.

System_CAPS_pubpropertyNumberOfFilesFailed

Gets the number of files that are failed to be transferred.

System_CAPS_pubpropertyNumberOfFilesSkipped

Gets the number of files that are skipped to be transferred.

System_CAPS_pubpropertyNumberOfFilesTransferred

Gets the number of files that have been transferred.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: