DataTransferProgress Class

Definition

Progress Handler to track how many files and bytes were transferred, along with files that failed or were skipped in transfer.

public class DataTransferProgress
type DataTransferProgress = class
Public Class DataTransferProgress
Inheritance
DataTransferProgress

Constructors

DataTransferProgress()

Constructor for mocking.

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