TransferStatus Class |
Namespace: Microsoft.Azure.Storage.DataMovement
The TransferStatus type exposes the following members.
Name | Description | |
---|---|---|
TransferStatus |
Initializes a new instance of the TransferStatus class.
| |
TransferStatus(Int64, Int64, Int64, Int64) |
Initializes a new instance of the TransferStatus class.
|
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |