Click or drag to resize

JobDownloadResults Properties

The JobDownloadResults type exposes the following members.

Properties
  Name Description
Public property DownloadFailBytes The total bytes that failed to be uploaded due to an Exception.
Public property DownloadFailCount The number of files that failed to be uploaded due to an Exception.
Public property DownloadSkipBytes The total bytes skipped because the files have not changed since the last upload.
Public property DownloadSkipCount The number of files skipped because they have not changed since the last upload.
Public property DownloadSuccessBytes The total bytes successfully uploaded.
Public property DownloadSuccessCount The number of files that were successfully uploaded.
Public property TotalSeconds The total elapsed seconds for upload processing.
Public property UsedConcurrency The upload concurrency value that was actually used.
Top
See Also