|
|
Job
|
public sealed class JobUploadResults
The JobUploadResults type exposes the following members.
| Name | Description | |
|---|---|---|
| JobUploadResults | Initializes a new instance of the JobUploadResults class |
| Name | Description | |
|---|---|---|
| TotalSeconds | The total elapsed seconds for upload processing. | |
| UploadFailBytes | The total bytes that failed to be uploaded due to an Exception. | |
| UploadFailCount | The number of files that failed to be uploaded due to an Exception. | |
| UploadSkipBytes | The total bytes skipped because the files have not changed since the last upload. | |
| UploadSkipCount | The number of files skipped because they have not changed since the last upload. | |
| UploadSuccessBytes | The total bytes successfully uploaded. | |
| UploadSuccessCount | The number of files that were successfully uploaded. | |
| UsedConcurrency | The upload concurrency value that was actually used. |