TransferProgress 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.
Progress Handler to track how many files and bytes were transferred, along with files that failed or were skipped in transfer.
public class TransferProgress
type TransferProgress = class
Public Class TransferProgress
- Inheritance
-
TransferProgress
Properties
BytesTransferred |
Number of bytes transferred across all files. Only populated if TrackBytesTransferred is set. |
CompletedCount |
Number of files that were transferred successfully. |
FailedCount |
Number of files that failed to transfer successfully. |
InProgressCount |
Number of files that are currently in progress of being transferred. |
QueuedCount |
Number of files that are queued up for transfer. This will vary depending when all the files discoverable for the full transfers have been queued. |
SkippedCount |
Number of files that were skipped in transfer due to files already existing in the destination. Files will be skipped if the overwrite policy is set to not overwrite existing files. |
Applies to
Azure SDK for .NET