TransferStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transfer status
public sealed class TransferStatus
type TransferStatus = class
Public NotInheritable Class TransferStatus
- Inheritance
-
TransferStatus
Constructors
TransferStatus() |
Initializes a new instance of the TransferStatus class. |
TransferStatus(Int64, Int64, Int64, Int64) |
Initializes a new instance of the TransferStatus class. |
Properties
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. |
Applies to
Azure SDK for .NET