Share via


TransferStatus Class

 

Transfer status

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

Inheritance Hierarchy

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

Syntax

public sealed class TransferStatus

Constructors

Name Description
System_CAPS_pubmethod TransferStatus()

Properties

Name Description
System_CAPS_pubproperty BytesTransferred

Gets the number of bytes that have been transferred.

System_CAPS_pubproperty NumberOfFilesFailed

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

System_CAPS_pubproperty NumberOfFilesSkipped

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

System_CAPS_pubproperty NumberOfFilesTransferred

Gets the number of files that have been transferred.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

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

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top