Click or drag to resize

JobDownloadResults Class

Results for the local directory to Azure job (container) upload.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.SharedJobDownloadResults

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public sealed class JobDownloadResults

The JobDownloadResults type exposes the following members.

Constructors
 NameDescription
Public methodJobDownloadResultsInitializes a new instance of the JobDownloadResults class
Top
Properties
 NameDescription
Public propertyDownloadFailBytes The total bytes that failed to be uploaded due to an Exception.
Public propertyDownloadFailCount The number of files that failed to be uploaded due to an Exception.
Public propertyDownloadSkipBytes The total bytes skipped because the files have not changed since the last upload.
Public propertyDownloadSkipCount The number of files skipped because they have not changed since the last upload.
Public propertyDownloadSuccessBytes The total bytes successfully uploaded.
Public propertyDownloadSuccessCount The number of files that were successfully uploaded.
Public propertyTotalSeconds The total elapsed seconds for upload processing.
Public propertyUsedConcurrency The upload concurrency value that was actually used.
Top
See Also