Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

DedupeReportExtended.md

File metadata and controls

15 lines (11 loc) · 1.01 KB

DedupeReportExtended

Properties

Name Type Description Notes
DedupePercent string The amount of space the directory trees under this job's paths now take up, compared to what they would take up if not deduplicated (0 ~ 100). [optional] [default to null]
ElapsedTime int32 The amount of time in seconds it took to run this job. [optional] [default to null]
Id int32 An unique identifier for this report. [optional] [default to null]
JobId int32 The job id this report refers to. [optional] [default to null]
JobType string The type of dedupe job this report refers to. [optional] [default to null]
Reports []DedupeReport A list of report entries for this dedupe job. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]