![]() |
Job
|
public sealed class JobDownloadResults
The JobDownloadResults type exposes the following members.
Name | Description | |
---|---|---|
![]() | JobDownloadResults | Initializes a new instance of the JobDownloadResults class |
Name | Description | |
---|---|---|
![]() | DownloadFailBytes | The total bytes that failed to be uploaded due to an Exception. |
![]() | DownloadFailCount | The number of files that failed to be uploaded due to an Exception. |
![]() | DownloadSkipBytes | The total bytes skipped because the files have not changed since the last upload. |
![]() | DownloadSkipCount | The number of files skipped because they have not changed since the last upload. |
![]() | DownloadSuccessBytes | The total bytes successfully uploaded. |
![]() | DownloadSuccessCount | The number of files that were successfully uploaded. |
![]() | TotalSeconds | The total elapsed seconds for upload processing. |
![]() | UsedConcurrency | The upload concurrency value that was actually used. |