Click or drag to resize

JobUploadResults Properties

The JobUploadResults type exposes the following members.

Properties
  Name Description
Public property TotalSeconds The total elapsed seconds for upload processing.
Public property UploadFailBytes The total bytes that failed to be uploaded due to an Exception.
Public property UploadFailCount The number of files that failed to be uploaded due to an Exception.
Public property UploadSkipBytes The total bytes skipped because the files have not changed since the last upload.
Public property UploadSkipCount The number of files skipped because they have not changed since the last upload.
Public property UploadSuccessBytes The total bytes successfully uploaded.
Public property UploadSuccessCount The number of files that were successfully uploaded.
Public property UsedConcurrency The upload concurrency value that was actually used.
Top
See Also