Class FileInPendingJobDTO
Inheritance
FileInPendingJobDTO
Assembly: .dll
Syntax
public class FileInPendingJobDTO
Properties
|
Edit this page
View Source
FilesInPending
Declaration
public List<string> FilesInPending { get; set; }
Property Value
|
Edit this page
View Source
LastDateTimePath
Declaration
public string LastDateTimePath { get; set; }
Property Value
|
Edit this page
View Source
ProcessedFiles
Declaration
public int ProcessedFiles { get; set; }
Property Value
|
Edit this page
View Source
ProcessedSize
Declaration
public long ProcessedSize { get; set; }
Property Value
|
Edit this page
View Source
Progress
Declaration
public double Progress { get; set; }
Property Value
|
Edit this page
View Source
TotalFiles
Declaration
public int TotalFiles { get; set; }
Property Value
|
Edit this page
View Source
TotalSize
Declaration
public long TotalSize { get; set; }
Property Value