Click or drag to resize

JobUploadResults Class

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

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

The JobUploadResults type exposes the following members.

Constructors
 NameDescription
Public methodJobUploadResultsInitializes a new instance of the JobUploadResults class
Top
Properties
 NameDescription
Public propertyTotalSeconds The total elapsed seconds for upload processing.
Public propertyUploadFailBytes The total bytes that failed to be uploaded due to an Exception.
Public propertyUploadFailCount The number of files that failed to be uploaded due to an Exception.
Public propertyUploadSkipBytes The total bytes skipped because the files have not changed since the last upload.
Public propertyUploadSkipCount The number of files skipped because they have not changed since the last upload.
Public propertyUploadSuccessBytes The total bytes successfully uploaded.
Public propertyUploadSuccessCount The number of files that were successfully uploaded.
Public propertyUsedConcurrency The upload concurrency value that was actually used.
Top
See Also