Click or drag to resize

TransferStatus Class

Transfer status
Inheritance Hierarchy
SystemObject
  Microsoft.Azure.Storage.DataMovementTransferStatus

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public sealed class TransferStatus

The TransferStatus type exposes the following members.

Constructors
  NameDescription
Public methodTransferStatus
Initializes a new instance of the TransferStatus class.
Public methodTransferStatus(Int64, Int64, Int64, Int64)
Initializes a new instance of the TransferStatus class.
Top
Properties
  NameDescription
Public propertyBytesTransferred
Gets the number of bytes that have been transferred.
Public propertyNumberOfFilesFailed
Gets the number of files that are failed to be transferred.
Public propertyNumberOfFilesSkipped
Gets the number of files that are skipped to be transferred.
Public propertyNumberOfFilesTransferred
Gets the number of files that have been transferred.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also